From 907c0fbece1773b7d553898f0f1d81a96603edc9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 11 Feb 2025 09:29:32 -0500 Subject: [PATCH] follow-up: put back a comment that got removed --- src/allmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/allmain.c b/src/allmain.c index aad9ab1f0..9ffb6dacc 100644 --- a/src/allmain.c +++ b/src/allmain.c @@ -1255,12 +1255,12 @@ dump_enums(void) const char *const title; const char *const pfx; int unprefixed_count; - int dumpflgs; + int dumpflgs; /* 0 = dump numerically only, 1 = add 'char' comment */ int szd; } edmp[NUM_ENUM_DUMPS] = { { "monnums", "PM_", UNPREFIXED_COUNT, 0, SIZE(monsdump) }, { "objects_nums", "", 1, 0, SIZE(objdump) }, - { "misc_object_nums", "", 1, 0, SIZE(omdump) }, + { "misc_object_nums", "", 1, 0, SIZE(omdump) }, { "cmap_symbols", "", 1, 0, SIZE(defsym_cmap_dump) }, { "mon_syms", "", 1, 0, SIZE(defsym_mon_syms_dump) }, { "mon_defchars", "", 1, 1, SIZE(defsym_mon_defchars_dump) },