diff options
-rw-r--r-- | bs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ #define COLUMNNAMES "ABCDEFGHIJKLMNOPQRSTUVWXYZ" #define MINSIZE 6 -#define DEFSIZE 20 +#define DEFSIZE 10 #define MAXSIZE ((int)sizeof(COLUMNNAMES) - 1) enum { VERTICAL, HORIZONTAL }; |