mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 04:12:51 +00:00
morse(6) make WARNS=6 clean
Approved by: ed (Co-mentor)
This commit is contained in:
parent
72cb6052bd
commit
7fdefc0bf8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203921
@ -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…
Reference in New Issue
Block a user