diff options
Diffstat (limited to 'games/hack/hack.worm.c')
-rw-r--r-- | games/hack/hack.worm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hack/hack.worm.c b/games/hack/hack.worm.c index 1f2ad6aee20..07b10d0eb04 100644 --- a/games/hack/hack.worm.c +++ b/games/hack/hack.worm.c @@ -1,11 +1,11 @@ -/* $OpenBSD: hack.worm.c,v 1.2 2001/01/28 23:41:46 niklas Exp $ */ +/* $OpenBSD: hack.worm.c,v 1.3 2001/08/06 22:59:13 pjanzen Exp $ */ /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$OpenBSD: hack.worm.c,v 1.2 2001/01/28 23:41:46 niklas Exp $"; +static char rcsid[] = "$OpenBSD: hack.worm.c,v 1.3 2001/08/06 22:59:13 pjanzen Exp $"; #endif /* not lint */ #include "hack.h" @@ -187,4 +187,4 @@ remseg(wtmp) register struct wseg *wtmp; { newsym(wtmp->wx, wtmp->wy); free((char *) wtmp); } -#endif NOWORM +#endif /* NOWORM */ |