From 84d25b7fc1866e662d07f1e5d4b17f13c8547fc9 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 7 Jun 2009 20:31:10 +0000 Subject: sprinkle some more const --- hack/hack.fight.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hack/hack.fight.c') diff --git a/hack/hack.fight.c b/hack/hack.fight.c index 33dd6010..7cc75159 100644 --- a/hack/hack.fight.c +++ b/hack/hack.fight.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.fight.c,v 1.10 2009/06/07 20:13:18 dholland Exp $ */ +/* $NetBSD: hack.fight.c,v 1.11 2009/06/07 20:31:10 dholland Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,7 +63,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.fight.c,v 1.10 2009/06/07 20:13:18 dholland Exp $"); +__RCSID("$NetBSD: hack.fight.c,v 1.11 2009/06/07 20:31:10 dholland Exp $"); #endif /* not lint */ #include "hack.h" @@ -209,7 +209,7 @@ thitu(int tlev, int dam, const char *name) } } -char mlarge[] = "bCDdegIlmnoPSsTUwY',&"; +const char mlarge[] = "bCDdegIlmnoPSsTUwY',&"; /* return TRUE if mon still alive */ boolean -- cgit v1.2.3