aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32font.c')
-rw-r--r--src/w32font.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32font.c b/src/w32font.c
index f489fe2d763..e7c34378e0d 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -2377,11 +2377,11 @@ in the font selection dialog. */)
2377 return DECODE_SYSTEM (build_string (buf)); 2377 return DECODE_SYSTEM (build_string (buf));
2378} 2378}
2379 2379
2380static const char *w32font_booleans [] = { 2380static const char *const w32font_booleans [] = {
2381 NULL, 2381 NULL,
2382}; 2382};
2383 2383
2384static const char *w32font_non_booleans [] = { 2384static const char *const w32font_non_booleans [] = {
2385 ":script", 2385 ":script",
2386 ":antialias", 2386 ":antialias",
2387 ":style", 2387 ":style",