From 1911b80d6a3dc1ce72f1c0beb28c5a4ba6258e16 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 2 Nov 2014 10:51:49 -0800 Subject: [PATCH] Fix a few more (2 left!). --- dump.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dump.c b/dump.c index 6814dc1930..c8019cad9e 100644 --- a/dump.c +++ b/dump.c @@ -1219,10 +1219,6 @@ dump_title_value(int level) printf (" "); printf ("\"%s\", \"%s\", \"%s\"", a, b, c); match_byte(0); - match_byte(0); - match_byte(0); - match_byte(0); - match_byte(0); } else dump_title_value (level+1); -- 2.30.2