Author: uqs
Date: Mon Feb 15 14:31:05 2010
New Revision: 203921
URL: http://svn.freebsd.org/changeset/base/203921
Log:
morse(6) make WARNS=6 clean
Approved by: ed (Co-mentor)
Modified:
head/games/morse/morse.c
Modified: head/games/morse/morse.c
==============================================================================
--- head/games/morse/morse.c Mon Feb 15 14:30:37 2010 (r203920)
+++ head/games/morse/morse.c Mon Feb 15 14:31:05 2010 (r203921)
@@ -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[] = {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"