summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.c
diff options
context:
space:
mode:
authorOndrej Oprala2013-11-08 17:13:09 +0100
committerKarel Zak2013-12-02 13:44:21 +0100
commit9f399910f256730d2e7f56b00b814c2da94a06f7 (patch)
treed669695d72ff512c798925ff11bdab3f4d2fe025 /text-utils/hexdump.c
parenthexdump: rename add to add_fmt (diff)
downloadkernel-qcow2-util-linux-9f399910f256730d2e7f56b00b814c2da94a06f7.tar.gz
kernel-qcow2-util-linux-9f399910f256730d2e7f56b00b814c2da94a06f7.tar.xz
kernel-qcow2-util-linux-9f399910f256730d2e7f56b00b814c2da94a06f7.zip
hexdump: rename rewrite to rewrite_rules
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 2bf5ff990..6bccc0262 100644
--- a/text-utils/hexdump.c
+++ b/text-utils/hexdump.c
@@ -195,7 +195,7 @@ int main(int argc, char **argv)
/* rewrite the rules, do syntax checking */
list_for_each(p, &fshead)
- rewrite(list_entry(p, FS, fslist));
+ rewrite_rules(list_entry(p, FS, fslist));
next(argv);
display();