summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--input/cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/cmd.h b/input/cmd.h
index 7fc3ee63c5..e09bcaa1c4 100644
--- a/input/cmd.h
+++ b/input/cmd.h
@@ -24,7 +24,7 @@
#include "options/m_option.h"
#define MP_CMD_DEF_MAX_ARGS 9
-#define MP_CMD_OPT_ARG 0x1000
+#define MP_CMD_OPT_ARG M_OPT_OPTIONAL_PARAM
struct mp_log;
struct mp_cmd;