From 0a69cfc6d2cf672634e95d5eb2015434dd924abc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 20:25:34 +0000 Subject: add strict ansi compliance --- render/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/font.c') 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) -- cgit v1.2.3