diff options
Diffstat (limited to 'libbb/fclose_nonstdin.c')
-rw-r--r-- | libbb/fclose_nonstdin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/fclose_nonstdin.c b/libbb/fclose_nonstdin.c index be986d1b1..951ab30d6 100644 --- a/libbb/fclose_nonstdin.c +++ b/libbb/fclose_nonstdin.c | |||
@@ -15,7 +15,7 @@ | |||
15 | #include <stdio.h> | 15 | #include <stdio.h> |
16 | #include <libbb.h> | 16 | #include <libbb.h> |
17 | 17 | ||
18 | int bb_fclose_nonstdin(FILE *f) | 18 | int fclose_if_not_stdin(FILE *f) |
19 | { | 19 | { |
20 | if (f != stdin) { | 20 | if (f != stdin) { |
21 | return fclose(f); | 21 | return fclose(f); |