From 54d2ea4e7b7feeac8f91bdc231f7dfc65993b0eb Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 2 Nov 2014 11:45:40 -0800 Subject: [PATCH] Fix more footnotes (3 left). --- dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump.c b/dump.c index 2ba9827ba5..46fba9a884 100644 --- a/dump.c +++ b/dump.c @@ -1298,7 +1298,7 @@ dump_title(void) match_byte_assert(0x58); match_u32_assert(0); get_string(); - match_byte_assert(0); + match_byte(0); } else match_byte_assert (0x58); -- 2.30.2