add space in include directive

This commit is contained in:
YamaArashi 2015-11-23 19:06:19 -08:00
parent 1ddb502ff8
commit 066d199fe3

View File

@ -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);