diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-09-03 13:49:18 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-09-03 13:49:18 +0000 |
commit | f3fce53f399ad1032c9eeb9600c08fc0bf9f9fc2 (patch) | |
tree | e64e897e98971c0ac0a21bcda6eabb46b1d27342 | |
parent | ec387005417c741e468f3343bff43dea62cc4b38 (diff) | |
download | libextractor-f3fce53f399ad1032c9eeb9600c08fc0bf9f9fc2.tar.gz libextractor-f3fce53f399ad1032c9eeb9600c08fc0bf9f9fc2.zip |
mark as ignored on purpose
-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"); |