summaryrefslogtreecommitdiffstats
path: root/games/battlestar/words.c
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>1998-09-13 01:30:30 +0000
committerpjanzen <pjanzen@openbsd.org>1998-09-13 01:30:30 +0000
commit897c425407e8cd478978abeae22cbb71bd9709a0 (patch)
tree4da51fd9cbe1555fbf2c5ad22a9c7f9b5ae610fd /games/battlestar/words.c
parenttypo (diff)
downloadwireguard-openbsd-897c425407e8cd478978abeae22cbb71bd9709a0.tar.xz
wireguard-openbsd-897c425407e8cd478978abeae22cbb71bd9709a0.zip
NetBSD merge, numerous patches from jsm28@cam.ac.uk, spelling fixes, and
correct gid revoke.
Diffstat (limited to 'games/battlestar/words.c')
-rw-r--r--games/battlestar/words.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battlestar/words.c b/games/battlestar/words.c
index 09fa97e8d76..7ed4bec783f 100644
--- a/games/battlestar/words.c
+++ b/games/battlestar/words.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: words.c,v 1.3 1997/08/24 21:55:14 deraadt Exp $ */
+/* $OpenBSD: words.c,v 1.4 1998/09/13 01:30:34 pjanzen Exp $ */
/* $NetBSD: words.c,v 1.3 1995/03/21 15:08:00 cgd Exp $ */
/*
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)words.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$NetBSD: words.c,v 1.3 1995/03/21 15:08:00 cgd Exp $";
+static char rcsid[] = "$OpenBSD: words.c,v 1.4 1998/09/13 01:30:34 pjanzen Exp $";
#endif
#endif /* not lint */
@@ -209,5 +209,5 @@ struct wlist wlist[] = {
{ "move", 0, ADJS },
{ "make", 0, ADJS },
{ "to", 0, ADJS },
- 0
+ { 0 }
};