From 4c39d3d5d3a9a029eecd375d4c55d91ed234cc9c Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 28 Jan 2008 03:23:29 +0000 Subject: clean for WARNS=4 --- hunt/huntd/terminal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hunt/huntd/terminal.c') diff --git a/hunt/huntd/terminal.c b/hunt/huntd/terminal.c index 1b9c7be9..a54d61b1 100644 --- a/hunt/huntd/terminal.c +++ b/hunt/huntd/terminal.c @@ -1,4 +1,4 @@ -/* $NetBSD: terminal.c,v 1.4 2003/06/11 12:00:23 wiz Exp $ */ +/* $NetBSD: terminal.c,v 1.5 2008/01/28 03:23:29 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -32,7 +32,7 @@ #include #ifndef lint -__RCSID("$NetBSD: terminal.c,v 1.4 2003/06/11 12:00:23 wiz Exp $"); +__RCSID("$NetBSD: terminal.c,v 1.5 2008/01/28 03:23:29 dholland Exp $"); #endif /* not lint */ #include @@ -79,7 +79,7 @@ outch(pp, ch) void outstr(pp, str, len) PLAYER *pp; - char *str; + const char *str; int len; { pp->p_curx += len; -- cgit v1.2.3