diff options
Diffstat (limited to 'render/font.c')
| -rw-r--r-- | render/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/font.c b/render/font.c index d9bc4987..405cf1c3 100644 --- a/render/font.c +++ b/render/font.c @@ -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) |
