summaryrefslogtreecommitdiff
path: root/src/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx.h')
-rw-r--r--src/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx.h b/src/gfx.h
index 995f6556d..1a13addd2 100644
--- a/src/gfx.h
+++ b/src/gfx.h
@@ -110,7 +110,7 @@ void CreateConsole();
typedef int32 CursorID;
struct Point {
- int x,y;
+ int x, y;
};
struct Rect {