From: Arun Persaud Date: Sat, 18 Sep 2010 03:36:54 +0000 (-0700) Subject: sizedefaults has 9 members, the last line of the array (NULL) only set 7. X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=3f22e6a320cd1dba64700ca8f22f228176c663c2;p=xboard.git sizedefaults has 9 members, the last line of the array (NULL) only set 7. --- diff --git a/xboard.h b/xboard.h index ff1a120..50f1bfb 100644 --- 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