aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.h b/types.h
index f6de043..b211788 100644
--- a/types.h
+++ b/types.h
@@ -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