Merge pull request #81 from haykpetros/issue_78

Move closing parentheses to where they should be, so build does not b…
This commit is contained in:
Adam Hathcock
2015-08-04 10:05:17 +01:00

View File

@@ -241,9 +241,8 @@ namespace SharpCompress.Common.SevenZip
coder.NumInStreams = ReadNum();
coder.NumOutStreams = ReadNum();
#if DEBUG
Log.WriteLine("Complex Stream (In: " + coder.NumInStreams + " - Out: " + coder.NumOutStreams +
Log.WriteLine("Complex Stream (In: " + coder.NumInStreams + " - Out: " + coder.NumOutStreams + ")");
#endif
")");
}
else
{