Skip to content

Commit 30172ef

Browse files
committed
Removed unneeded ref for parameter.
1 parent c365d5e commit 30172ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LibIPS.NET/Creator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void Create(FileStream source, FileStream target, FileStream patch)
6868
/// <param name="target">The target stream that contains the modified data.</param>
6969
/// <param name="patch">The patch stream to contain the resulting patch data.</param>
7070
/// <returns></returns>
71-
public void Create(Stream source, Stream target, ref Stream patch)
71+
public void Create(Stream source, Stream target, Stream patch)
7272
{
7373
long sourcelen = source.Length;
7474
long targetlen = target.Length;

0 commit comments

Comments
 (0)