Move closing parentheses to where they should be, so build does not break for non-DEBUG configurations.

This commit is contained in:
haykpetros
2015-08-03 13:11:13 -07:00
parent 05e0d591a5
commit 2a70ec8100

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
{