From 88498bcc92305dccb8a73104f7996dd4253a0a2d Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 1 May 2018 03:36:39 +0200 Subject: input: rename weirdly named function --- input/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/cmd.c') diff --git a/input/cmd.c b/input/cmd.c index 0bab03d1b8..8c15c0109b 100644 --- a/input/cmd.c +++ b/input/cmd.c @@ -316,7 +316,7 @@ error: return NULL; } -mp_cmd_t *mp_input_parse_cmd_(struct mp_log *log, bstr str, const char *loc) +mp_cmd_t *mp_input_parse_cmd_str(struct mp_log *log, bstr str, const char *loc) { void *tmp = talloc_new(NULL); bstr original = str; -- cgit v1.2.3