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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c
index 5cb245feb..cddd185e2 100644
--- a/util-linux/hexdump.c
+++ b/util-linux/hexdump.c
@@ -51,6 +51,7 @@ static const struct suffix_mult suffixes[] = {
51 {NULL, 0 } 51 {NULL, 0 }
52}; 52};
53 53
54int hexdump_main(int argc, char **argv);
54int hexdump_main(int argc, char **argv) 55int hexdump_main(int argc, char **argv)
55{ 56{
56 const char *p; 57 const char *p;