From 91b52f3e5785b8479e883066b96f52be6d0741f2 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 21 May 1996 21:53:05 +0000 Subject: oops, use not (tholo@sigmasoft.com) --- adventure/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'adventure/init.c') diff --git a/adventure/init.c b/adventure/init.c index e16daa94..6f176132 100644 --- a/adventure/init.c +++ b/adventure/init.c @@ -1,4 +1,4 @@ -/* $NetBSD: init.c,v 1.3 1996/05/21 10:48:09 mrg Exp $ */ +/* $NetBSD: init.c,v 1.4 1996/05/21 21:53:05 mrg Exp $ */ /*- * Copyright (c) 1993 @@ -42,14 +42,14 @@ #if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93"; #else -static char rcsid[] = "$NetBSD: init.c,v 1.3 1996/05/21 10:48:09 mrg Exp $"; +static char rcsid[] = "$NetBSD: init.c,v 1.4 1996/05/21 21:53:05 mrg Exp $"; #endif #endif /* not lint */ /* Re-coding of advent in C: data initialization */ #include -#include +#include #include #include "hdr.h" -- cgit v1.2.3