From 066d199fe32040a0110746dba145ece66bd50c20 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 23 Nov 2015 19:06:19 -0800 Subject: [PATCH] add space in include directive --- tools/gbagfx/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gbagfx/font.h b/tools/gbagfx/font.h index 88c61b638..45086d02a 100644 --- a/tools/gbagfx/font.h +++ b/tools/gbagfx/font.h @@ -3,7 +3,7 @@ #ifndef FONT_H #define FONT_H -#include +#include #include "gfx.h" void ReadLatinFont(char *path, struct Image *image);