summaryrefslogtreecommitdiff
path: root/games/rogue/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/rogue/object.c')
-rw-r--r--games/rogue/object.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/rogue/object.c b/games/rogue/object.c
index 97a5ccf775f..53aa464d9a0 100644
--- a/games/rogue/object.c
+++ b/games/rogue/object.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: object.c,v 1.8 2003/06/03 03:01:41 millert Exp $ */
+/* $OpenBSD: object.c,v 1.9 2004/01/21 19:12:13 espie Exp $ */
/* $NetBSD: object.c,v 1.3 1995/04/22 10:27:50 cgd Exp $ */
/*
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)object.c 8.1 (Berkeley) 5/31/93";
#else
-static const char rcsid[] = "$OpenBSD: object.c,v 1.8 2003/06/03 03:01:41 millert Exp $";
+static const char rcsid[] = "$OpenBSD: object.c,v 1.9 2004/01/21 19:12:13 espie Exp $";
#endif
#endif /* not lint */
@@ -291,11 +291,11 @@ free_stuff(objlist)
}
}
-char *
+const char *
name_of(obj)
const object *obj;
{
- char *retstring;
+ const char *retstring;
switch(obj->what_is) {
case SCROL: