aboutsummaryrefslogtreecommitdiff
path: root/games/battlestar/words.c
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-10-08 03:24:30 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-10-08 03:24:30 +0000
commite3dfcf49c2aa9ce2b10b0456e3f1bbb18eea7c1c (patch)
tree6809e24e52e2536f18017defa57f41992b090c61 /games/battlestar/words.c
parentabbfaeb87b11c3f36cce0d6fea443ead28648636 (diff)
downloadsrc-e3dfcf49c2aa9ce2b10b0456e3f1bbb18eea7c1c.tar.gz
src-e3dfcf49c2aa9ce2b10b0456e3f1bbb18eea7c1c.zip
Conform to BDECFLAGS
Notes
Notes: svn path=/head/; revision=66799
Diffstat (limited to 'games/battlestar/words.c')
-rw-r--r--games/battlestar/words.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battlestar/words.c b/games/battlestar/words.c
index bba1d05260df..440936ac9b19 100644
--- a/games/battlestar/words.c
+++ b/games/battlestar/words.c
@@ -206,5 +206,5 @@ struct wlist wlist[] = {
{ "move", 0, ADJS },
{ "make", 0, ADJS },
{ "to", 0, ADJS },
- 0
+ { 0, 0, 0 }
};