From a9f01c1af42d77653c69985c7b649e95e50c29a8 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 8 Aug 2015 01:01:35 -0700 Subject: [PATCH] dump: Apostrophe can be used as grouping character. --- dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump.c b/dump.c index 55ad4bc64c..976764dfe7 100644 --- a/dump.c +++ b/dump.c @@ -831,7 +831,7 @@ dump_fonts(void) match_u32_assert(UINT32_MAX); if (match_byte('.')) { - if (!match_byte(',')) + if (!match_byte(',') && !match_byte('\'')) match_byte_assert(' '); } else -- 2.30.2