diff options
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r-- | coreutils/od_bloaty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index fae41afae..f060c0ace 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -1207,8 +1207,8 @@ dump_strings(void) | |||
1207 | check_and_close(); | 1207 | check_and_close(); |
1208 | } | 1208 | } |
1209 | 1209 | ||
1210 | int | 1210 | int od_main(int argc, char **argv); |
1211 | od_main(int argc, char **argv) | 1211 | int od_main(int argc, char **argv) |
1212 | { | 1212 | { |
1213 | static const struct suffix_mult bkm[] = { | 1213 | static const struct suffix_mult bkm[] = { |
1214 | { "b", 512 }, | 1214 | { "b", 512 }, |