diff options
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,8 +81,8 @@ typedef struct bb_s { // Key bindings: typedef struct { int key; - char *script; - char *description; + const char *script; + const char *description; } binding_t; #endif |
