summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/fb/font_freetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/kolibrios/fb/font_freetype.c')
-rw-r--r--frontends/kolibrios/fb/font_freetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/kolibrios/fb/font_freetype.c b/frontends/kolibrios/fb/font_freetype.c
index 68a54a384..b12bc9903 100644
--- a/frontends/kolibrios/fb/font_freetype.c
+++ b/frontends/kolibrios/fb/font_freetype.c
@@ -119,7 +119,7 @@ fb_new_face(const char *option, const char *resname, const char *fontname)
fb_faceid_t *newf;
FT_Error error;
FT_Face aface;
- char buf[PATH_MAX];
+ char buf[PATH_MAX];
newf = calloc(1, sizeof(fb_faceid_t));