From 5a874af0513d6e4a0b2b796da83651a4c2351310 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 24 May 2009 23:00:46 +0000 Subject: Remove unnecessary initialization that silenced a compiler warning in 1997. --- trek/win.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'trek') 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"); -- cgit v1.2.3-56-ge451