diff options
Diffstat (limited to '')
-rw-r--r-- | bzip2recover.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bzip2recover.c b/bzip2recover.c index 1a70e04..a955d60 100644 --- a/bzip2recover.c +++ b/bzip2recover.c | |||
@@ -458,6 +458,7 @@ Int32 main ( Int32 argc, Char** argv ) | |||
458 | bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 ); | 458 | bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 ); |
459 | bsPutUInt32 ( bsWr, blockCRC ); | 459 | bsPutUInt32 ( bsWr, blockCRC ); |
460 | bsClose ( bsWr ); | 460 | bsClose ( bsWr ); |
461 | outFile = NULL; | ||
461 | } | 462 | } |
462 | if (wrBlock >= rbCtr) break; | 463 | if (wrBlock >= rbCtr) break; |
463 | wrBlock++; | 464 | wrBlock++; |