summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/morse/morse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/morse/morse.c b/games/morse/morse.c
index 45c64b8..40f5f5b 100644
--- a/games/morse/morse.c
+++ b/games/morse/morse.c
@@ -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[] = {
OpenPOWER on IntegriCloud