summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-11-23 19:06:19 -0800
committerYamaArashi <shadow962@live.com>2015-11-23 19:06:19 -0800
commit066d199fe32040a0110746dba145ece66bd50c20 (patch)
tree9cf2608499346f3543d1554901f2f6cb049cab71 /tools
parent1ddb502ff85864276fba2c16ab84259bfa107069 (diff)
add space in include directive
Diffstat (limited to 'tools')
-rw-r--r--tools/gbagfx/font.h2
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);