summaryrefslogtreecommitdiffstats
path: root/input/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/cmd.h')
-rw-r--r--input/cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/cmd.h b/input/cmd.h
index 83791589ee..72824dffc8 100644
--- a/input/cmd.h
+++ b/input/cmd.h
@@ -99,7 +99,7 @@ typedef struct mp_cmd {
struct mp_cmd_arg *args;
int nargs;
int flags; // mp_cmd_flags bitfield
- bstr original;
+ char *original;
char *input_section;
bool is_up_down : 1;
bool is_up : 1;