]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
add strict ansi compliance
[chaz/openbox] / render / font.c
index d9bc4987bef84a2a441bdd891f8c580f0d2cc030..405cf1c395c9dcf22cda9878a6885dd54e8ab2bd 100644 (file)
@@ -62,7 +62,7 @@ ObFont *font_open(char *fontstring)
     g_warning(_("Unable to load font: %s\n"), "fixed");
     g_warning(_("Aborting!.\n"));
 
-    exit(3); // can't continue without a font
+    exit(3); /* can't continue without a font */
 }
 
 void font_close(ObFont *f)
This page took 0.022988 seconds and 4 git commands to generate.