aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-07-03 21:41:08 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-07-03 21:41:08 -0700
commita78619a402f3a63faa386403c068d1079780c57a (patch)
treec7749cb004281367005a177d9168edb694791f6c /types.h
parent1d54d6a29269d89248f65d9f2874b88c34e63691 (diff)
Switch from /etc/xdg/bb to /etc/bb
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