summaryrefslogtreecommitdiffstats
path: root/rogue/monster.c
diff options
context:
space:
mode:
Diffstat (limited to 'rogue/monster.c')
-rw-r--r--rogue/monster.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rogue/monster.c b/rogue/monster.c
index 8cf39e25..a81fd311 100644
--- a/rogue/monster.c
+++ b/rogue/monster.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)monster.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)monster.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: monster.c,v 1.2 1993/08/01 18:52:23 mycroft Exp $";
#endif /* not lint */
/*