Remove 'const' - this should fix CI warnings, but not errors

This commit is contained in:
Phillip Burgess 2022-10-03 10:39:31 -07:00
parent fd093ab7e2
commit 3062bad010

View file

@ -32,7 +32,7 @@
// standard A-Z and 0-9, and one extra symbol "+" that's sometimes used
// in chess. If other symbols are needed for this or other games, they
// can be added to the end of the list.
const struct {
struct {
char symbol;
char *mark;
} morse[] = {