diff options
Diffstat (limited to 'src/main/extract.c')
-rw-r--r-- | src/main/extract.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extract.c b/src/main/extract.c index 74a1fb1..61f2e21 100644 --- a/src/main/extract.c +++ b/src/main/extract.c | |||
@@ -847,7 +847,7 @@ main (int argc, char *argv[]) | |||
847 | if (NULL != data) | 847 | if (NULL != data) |
848 | free (data); | 848 | free (data); |
849 | if (-1 != f) | 849 | if (-1 != f) |
850 | close (f); | 850 | (void) close (f); |
851 | } | 851 | } |
852 | if (YES == grepfriendly) | 852 | if (YES == grepfriendly) |
853 | fprintf (stdout, "\n"); | 853 | fprintf (stdout, "\n"); |