morse(6) make WARNS=6 clean

Approved by:	ed (Co-mentor)
This commit is contained in:
uqs 2010-02-15 14:31:05 +00:00
parent a3f626e47d
commit 925af540e5

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