diff options
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index bd9f92536..6ae0e046b 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -490,7 +490,7 @@ print_ascii(size_t n_bytes, const char *block, | |||
490 | static void | 490 | static void |
491 | open_next_file(void) | 491 | open_next_file(void) |
492 | { | 492 | { |
493 | while(1) { | 493 | while (1) { |
494 | input_filename = *file_list; | 494 | input_filename = *file_list; |
495 | if (!input_filename) | 495 | if (!input_filename) |
496 | return; | 496 | return; |