summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.c
diff options
context:
space:
mode:
authorOndrej Oprala2013-09-23 15:39:10 +0200
committerKarel Zak2013-11-08 12:54:52 +0100
commitcbc6c0da30e2e150855d5810affabaa0793ba91f (patch)
tree8a1a6e165e8c02f473c36b665598457a05dbb886 /text-utils/hexdump.c
parenthexdump: use list.h queues and rewrite redundant for cycles (diff)
downloadkernel-qcow2-util-linux-cbc6c0da30e2e150855d5810affabaa0793ba91f.tar.gz
kernel-qcow2-util-linux-cbc6c0da30e2e150855d5810affabaa0793ba91f.tar.xz
kernel-qcow2-util-linux-cbc6c0da30e2e150855d5810affabaa0793ba91f.zip
hexdump: cleanup of redundant symbols/repeating literals
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to 'text-utils/hexdump.c')
-rw-r--r--text-utils/hexdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/hexdump.c b/text-utils/hexdump.c
index 18b3ec23f..cbf87dcb4 100644
--- a/text-utils/hexdump.c
+++ b/text-utils/hexdump.c
@@ -83,7 +83,7 @@ int main(int argc, char **argv)
rewrite(tfs);
}
- (void)next(argv);
+ next(argv);
display();
return exitval;
}