From fd84030e113cfc21538f46f52601e75d11d7cd46 Mon Sep 17 00:00:00 2001 From: Paul Janzen Date: Mon, 6 Aug 2001 22:59:14 +0000 Subject: Nothing but comments after #endif and #else; heko@iki.fi --- games/hack/hack.trap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/hack/hack.trap.c') diff --git a/games/hack/hack.trap.c b/games/hack/hack.trap.c index ed84e7fd627..7cb20b73534 100644 --- a/games/hack/hack.trap.c +++ b/games/hack/hack.trap.c @@ -1,11 +1,11 @@ -/* $OpenBSD: hack.trap.c,v 1.3 2001/01/28 23:41:46 niklas Exp $ */ +/* $OpenBSD: hack.trap.c,v 1.4 2001/08/06 22:59:13 pjanzen Exp $ */ /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$OpenBSD: hack.trap.c,v 1.3 2001/01/28 23:41:46 niklas Exp $"; +static char rcsid[] = "$OpenBSD: hack.trap.c,v 1.4 2001/08/06 22:59:13 pjanzen Exp $"; #endif /* not lint */ #include "hack.h" @@ -345,7 +345,7 @@ dotele() { if( #ifdef WIZARD !wizard && -#endif WIZARD +#endif /* WIZARD */ (!Teleportation || u.ulevel < 6 || (pl_character[0] != 'W' && u.ulevel < 10))) { pline("You are not able to teleport at will."); -- cgit v1.2.3