diff options
Diffstat (limited to 'src/export/extract_version_4.c')
-rw-r--r-- | src/export/extract_version_4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export/extract_version_4.c b/src/export/extract_version_4.c index 735cb3a..252831a 100644 --- a/src/export/extract_version_4.c +++ b/src/export/extract_version_4.c | |||
@@ -50,7 +50,7 @@ error_continue: | |||
50 | fprintf( stderr, "Could not open output file %s\n", respath ); | 50 | fprintf( stderr, "Could not open output file %s\n", respath ); |
51 | exit(1); | 51 | exit(1); |
52 | } | 52 | } |
53 | write( resfile, output, z.total_out ); | 53 | (void)write( resfile, output, z.total_out ); |
54 | close( resfile ); | 54 | close( resfile ); |
55 | offs += z.total_in; | 55 | offs += z.total_in; |
56 | 56 | ||