diff options
author | YamaArashi <shadow962@live.com> | 2015-11-23 19:06:19 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-23 19:06:19 -0800 |
commit | 066d199fe32040a0110746dba145ece66bd50c20 (patch) | |
tree | 9cf2608499346f3543d1554901f2f6cb049cab71 /tools | |
parent | 1ddb502ff85864276fba2c16ab84259bfa107069 (diff) |
add space in include directive
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gbagfx/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<stdbool.h> +#include <stdbool.h> #include "gfx.h" void ReadLatinFont(char *path, struct Image *image); |