From 925af540e543ddb7cfbcb8c4e2935cd9bd7a0761 Mon Sep 17 00:00:00 2001 From: uqs Date: Mon, 15 Feb 2010 14:31:05 +0000 Subject: morse(6) make WARNS=6 clean Approved by: ed (Co-mentor) --- games/morse/morse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/morse') diff --git a/games/morse/morse.c b/games/morse/morse.c index 45c64b8..40f5f5b 100644 --- a/games/morse/morse.c +++ b/games/morse/morse.c @@ -71,8 +71,8 @@ static const char rcsid[] = #endif struct morsetab { - char inchar; - char *morse; + const char inchar; + const char *morse; }; static const struct morsetab mtab[] = { -- cgit v1.1