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 803407224..e30860544 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -981,7 +981,7 @@ parse_old_offset(const char *s, off_t *offset) | |||
981 | static const struct suffix_mult Bb[] = { | 981 | static const struct suffix_mult Bb[] = { |
982 | { "B", 1024 }, | 982 | { "B", 1024 }, |
983 | { "b", 512 }, | 983 | { "b", 512 }, |
984 | { NULL, 0 } | 984 | { } |
985 | }; | 985 | }; |
986 | char *p; | 986 | char *p; |
987 | int radix; | 987 | int radix; |
@@ -1204,7 +1204,7 @@ int od_main(int argc, char **argv) | |||
1204 | { "b", 512 }, | 1204 | { "b", 512 }, |
1205 | { "k", 1024 }, | 1205 | { "k", 1024 }, |
1206 | { "m", 1024*1024 }, | 1206 | { "m", 1024*1024 }, |
1207 | { NULL, 0 } | 1207 | { } |
1208 | }; | 1208 | }; |
1209 | unsigned opt; | 1209 | unsigned opt; |
1210 | int l_c_m; | 1210 | int l_c_m; |