diff options
Diffstat (limited to 'util-linux/hexdump.c')
-rw-r--r-- | util-linux/hexdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index e294f19da..e6820ae8d 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c @@ -54,7 +54,7 @@ static const struct suffix_mult suffixes[] = { { } }; -int hexdump_main(int argc, char **argv); +int hexdump_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int hexdump_main(int argc, char **argv) { const char *p; |