From b1315dad3637e50d5d973d1e624d82f1079dedcf Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 6 Nov 2014 22:28:19 -0800 Subject: [PATCH] Simplify dump_dim() slightly. --- dump.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dump.c b/dump.c index 7aec55607e..c310023f4d 100644 --- a/dump.c +++ b/dump.c @@ -384,7 +384,6 @@ dump_dim(void) { int n_categories; printf("next dim\n"); - match_byte(0); dump_dim_value(0); /* This byte is usually 0x02 but 0x00 and 0x75 (!) have also been spotted. */ -- 2.30.2