aboutsummaryrefslogtreecommitdiff
path: root/util-linux/hexdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/hexdump.c')
-rw-r--r--util-linux/hexdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c
index 98d1ac2ba..f3878f44f 100644
--- a/util-linux/hexdump.c
+++ b/util-linux/hexdump.c
@@ -47,7 +47,7 @@ static const struct suffix_mult suffixes[] = {
47 { "b", 512 }, 47 { "b", 512 },
48 { "k", 1024 }, 48 { "k", 1024 },
49 { "m", 1024*1024 }, 49 { "m", 1024*1024 },
50 { } 50 { "", 0 }
51}; 51};
52 52
53int hexdump_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 53int hexdump_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;