formatting (line length) bit

This commit is contained in:
nhmall
2026-04-23 15:28:20 -04:00
parent 020604291d
commit 1556aec451

View File

@@ -7368,7 +7368,8 @@ initoptions_finish(void)
#ifdef ENHANCED_SYMBOLS #ifdef ENHANCED_SYMBOLS
if (glyphid_cache_status()) if (glyphid_cache_status())
free_glyphid_cache(); free_glyphid_cache();
apply_customizations(gc.currentgraphics, do_custom_symbols | do_custom_colors); apply_customizations(gc.currentgraphics,
do_custom_symbols | do_custom_colors);
#endif #endif
go.opt_initial = FALSE; go.opt_initial = FALSE;
return; return;