From 4c196a80fce835e1f02130dfd23b63183e9c919f Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 23 Sep 2006 15:53:01 +0000 Subject: hexdump: fixlet for my breakage --- util-linux/hexdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/hexdump.c') diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 3798ce5d2..e038005f5 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c @@ -60,7 +60,7 @@ int hexdump_main(int argc, char **argv) bb_dump_length = -1; while ((ch = getopt(argc, argv, hexdump_opts)) > 0) { - p = strchr(hexdump_opts, ch) + p = strchr(hexdump_opts, ch); if (!p) bb_show_usage(); if ((p - hexdump_opts) < 5) { -- cgit v1.2.3