morse(6) make WARNS=6 clean

Approved by:	ed (Co-mentor)
This commit is contained in:
Ulrich Spörlein 2010-02-15 14:31:05 +00:00
parent 72cb6052bd
commit 7fdefc0bf8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203921

View File

@ -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[] = {