diff options
Diffstat (limited to 'util-linux/hexdump_xxd.c')
-rw-r--r-- | util-linux/hexdump_xxd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/hexdump_xxd.c b/util-linux/hexdump_xxd.c index 76dada983..4372ac770 100644 --- a/util-linux/hexdump_xxd.c +++ b/util-linux/hexdump_xxd.c | |||
@@ -150,7 +150,7 @@ static void reverse(unsigned opt, const char *filename) | |||
150 | free(buf); | 150 | free(buf); |
151 | } | 151 | } |
152 | //fclose(fp); | 152 | //fclose(fp); |
153 | fflush_stdout_and_exit(EXIT_SUCCESS); | 153 | fflush_stdout_and_exit_SUCCESS(); |
154 | } | 154 | } |
155 | 155 | ||
156 | static void print_C_style(const char *p, const char *hdr) | 156 | static void print_C_style(const char *p, const char *hdr) |