commit f3fce53f399ad1032c9eeb9600c08fc0bf9f9fc2 parent ec387005417c741e468f3343bff43dea62cc4b38 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 3 Sep 2012 13:49:18 +0000 mark as ignored on purpose Diffstat:
| M | src/main/extract.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/extract.c b/src/main/extract.c @@ -847,7 +847,7 @@ main (int argc, char *argv[]) if (NULL != data) free (data); if (-1 != f) - close (f); + (void) close (f); } if (YES == grepfriendly) fprintf (stdout, "\n");