src/context.c

changeset 81
84a546e282b7
parent 68
823c03733e42
child 86
943bf9d7c6d6
--- a/src/context.c	Fri Apr 18 19:34:31 2025 +0200
+++ b/src/context.c	Fri Apr 18 20:13:01 2025 +0200
@@ -54,7 +54,7 @@
     // initialize the font cache
     asc_font_cache_init();
 
-    // set a default font, but do not load it
+    // set a default font but do not load it
     asc_context.active_font.style = ASC_FONT_REGULAR;
     asc_context.active_font.size = 14;
 

mercurial