summaryrefslogtreecommitdiffstats
path: root/Gui/win32
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/win32')
-rw-r--r--Gui/win32/interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/win32/interface.c b/Gui/win32/interface.c
index 0da169da87..a157243872 100644
--- a/Gui/win32/interface.c
+++ b/Gui/win32/interface.c
@@ -480,7 +480,7 @@ void guiDone(void)
cfg_write();
}
-static void add_vop(char * str)
+static void add_vf(char * str)
{
mp_msg(MSGT_GPLAYER, MSGL_STATUS, MSGTR_AddingVideoFilter, str);
if (vo_plugin_args)
@@ -509,7 +509,7 @@ static void add_vop(char * str)
}
}
-static void remove_vop(char * str)
+static void remove_vf(char * str)
{
int n = 0;
if (!vo_plugin_args ) return;