diff --git a/src/options.c b/src/options.c index 69283567e..786c5757e 100644 --- a/src/options.c +++ b/src/options.c @@ -7368,7 +7368,8 @@ initoptions_finish(void) #ifdef ENHANCED_SYMBOLS if (glyphid_cache_status()) free_glyphid_cache(); - apply_customizations(gc.currentgraphics, do_custom_symbols | do_custom_colors); + apply_customizations(gc.currentgraphics, + do_custom_symbols | do_custom_colors); #endif go.opt_initial = FALSE; return;