src/gfx.h
changeset 7318 632cd0497770
parent 7311 fde7a4d92a39
child 7454 e55eea8c05c7
--- a/src/gfx.h	Tue Jul 24 13:03:24 2007 +0000
+++ b/src/gfx.h	Tue Jul 24 17:01:23 2007 +0000
@@ -110,7 +110,7 @@
 typedef int32 CursorID;
 
 struct Point {
-	int x,y;
+	int x, y;
 };
 
 struct Rect {