summaryrefslogtreecommitdiffstats
path: root/input/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/event.c')
-rw-r--r--input/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/event.c b/input/event.c
index 188e800699..76ddae279c 100644
--- a/input/event.c
+++ b/input/event.c
@@ -31,7 +31,7 @@ void mp_event_drop_files(struct input_ctx *ictx, int num_files, char **files,
for (int i = 0; i < num_files; i++) {
const char *cmd[] = {
"osd-auto",
- "sub_add",
+ "sub-add",
files[i],
NULL
};