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 17854cb18..2181b846d 100644
--- a/util-linux/hexdump.c
+++ b/util-linux/hexdump.c
@@ -15,7 +15,7 @@
15 15
16static void bb_dump_addfile(char *name) 16static void bb_dump_addfile(char *name)
17{ 17{
18 register char *p; 18 char *p;
19 FILE *fp; 19 FILE *fp;
20 char *buf; 20 char *buf;
21 21