hexdump: fixlet for my breakage
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 23 Sep 2006 15:53:01 +0000 (15:53 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 23 Sep 2006 15:53:01 +0000 (15:53 -0000)
util-linux/hexdump.c

index 3798ce5..e038005 100644 (file)
@@ -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) {