sizedefaults has 9 members, the last line of the array (NULL) only set 7.
authorArun Persaud <arun@nubati.net>
Sat, 18 Sep 2010 03:36:54 +0000 (20:36 -0700)
committerArun Persaud <arun@nubati.net>
Fri, 8 Oct 2010 01:46:53 +0000 (18:46 -0700)
xboard.h

index ff1a120..50f1bfb 100644 (file)
--- a/xboard.h
+++ b/xboard.h
@@ -100,7 +100,7 @@ typedef struct {
   { "Dinky",    29, 1, 15, 9,  11, 1, 0, 480 }, \
   { "Teeny",    25, 1, 12, 8,  11, 1, 1, 480 }, \
   { "Tiny",     21, 1, 12, 8,  11, 1, 1, 0 }, \
-  { NULL, 0, 0, 0, 0, 0, 0 } }
+  {   NULL,      0, 0,  0, 0,   0, 0, 0, 0 } }
 
 #define BORDER_X_OFFSET 3
 #define BORDER_Y_OFFSET 27