We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cc028 commit 034b846Copy full SHA for 034b846
Core/Libraries/Source/Compression/LZHCompress/NoxCompress.cpp
@@ -47,9 +47,7 @@ Bool DecompressFile (char *infile, char *outfile)
47
// Parameter checking
48
49
if (( infile == NULL ) || ( outfile == NULL ))
50
- {
51
return FALSE;
52
- }
53
54
inFilePtr = fopen( infile, "rb" );
55
if ( inFilePtr )
@@ -136,9 +134,7 @@ Bool CompressFile (char *infile, char *outfile)
136
134
137
135
138
139
140
141
142
143
// Allocate the appropriate amount of memory
144
0 commit comments