diff options
-rw-r--r-- | dumbsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ static void startOfLine() | |||
133 | } | 133 | } |
134 | 134 | ||
135 | // The key to command mappings, Emacs style. | 135 | // The key to command mappings, Emacs style. |
136 | static struct keyCommand simpleEmacsKeys[] = | 136 | static const struct keyCommand simpleEmacsKeys[] = |
137 | { | 137 | { |
138 | {"BS", backSpaceChar}, | 138 | {"BS", backSpaceChar}, |
139 | {"Del", deleteChar}, | 139 | {"Del", deleteChar}, |