summaryrefslogtreecommitdiffstats
path: root/trek
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-05-24 23:00:46 +0000
committerdholland <dholland@NetBSD.org>2009-05-24 23:00:46 +0000
commit5a874af0513d6e4a0b2b796da83651a4c2351310 (patch)
treeeaf47f3286bc45d301d8021d4294afb9c1fd498f /trek
parent6e00638d3efd69f666cca4ae6349e404dd5c4373 (diff)
downloadbsdgames-darwin-5a874af0513d6e4a0b2b796da83651a4c2351310.tar.gz
bsdgames-darwin-5a874af0513d6e4a0b2b796da83651a4c2351310.tar.zst
bsdgames-darwin-5a874af0513d6e4a0b2b796da83651a4c2351310.zip
Remove unnecessary initialization that silenced a compiler warning in 1997.
Diffstat (limited to 'trek')
-rw-r--r--trek/win.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/trek/win.c b/trek/win.c
index d0c6328c..70d1b9a2 100644
--- a/trek/win.c
+++ b/trek/win.c
@@ -1,4 +1,4 @@
-/* $NetBSD: win.c,v 1.10 2009/05/24 22:55:03 dholland Exp $ */
+/* $NetBSD: win.c,v 1.11 2009/05/24 23:00:46 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: win.c,v 1.10 2009/05/24 22:55:03 dholland Exp $");
+__RCSID("$NetBSD: win.c,v 1.11 2009/05/24 23:00:46 dholland Exp $");
#endif
#endif /* not lint */
@@ -63,7 +63,7 @@ void
win(void)
{
long s;
- const struct cvntab *p = NULL;
+ const struct cvntab *p;
sleep(1);
printf("\nCongratulations, you have saved the Federation\n");