Simplify dump_dim() slightly.
[pspp] / dump.c
diff --git a/dump.c b/dump.c
index 7aec55607eb352680d239cc166cc6064bc5c8a98..c310023f4d41c873fedf91468837061d34613a97 100644 (file)
--- 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. */