diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-10-08 03:24:30 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-10-08 03:24:30 +0000 |
commit | e3dfcf49c2aa9ce2b10b0456e3f1bbb18eea7c1c (patch) | |
tree | 6809e24e52e2536f18017defa57f41992b090c61 /games/battlestar/words.c | |
parent | abbfaeb87b11c3f36cce0d6fea443ead28648636 (diff) | |
download | src-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.c | 2 |
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 } }; |