From a78619a402f3a63faa386403c068d1079780c57a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 3 Jul 2021 21:41:08 -0700 Subject: Switch from /etc/xdg/bb to /etc/bb --- types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'types.h') 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 -- cgit v1.2.3