morse(6) make WARNS=6 clean
Approved by: ed (Co-mentor)
This commit is contained in:
parent
a3f626e47d
commit
925af540e5
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user