From 3f22e6a320cd1dba64700ca8f22f228176c663c2 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Fri, 17 Sep 2010 20:36:54 -0700 Subject: [PATCH] sizedefaults has 9 members, the last line of the array (NULL) only set 7. --- xboard.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.0.4