Skip to content

Commit 471e821

Browse files
authored
Fix typo in #undef (#222)
1 parent 8934101 commit 471e821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicode_gen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ static const char *unicode_prop_short_name[] = {
217217
#undef DEF
218218
};
219219

220-
#undef UNICODE_SPROP_LIST
220+
#undef UNICODE_PROP_LIST
221221

222222
typedef struct {
223223
/* case conv */

0 commit comments

Comments
 (0)