summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine/post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xine/post.c b/xine/post.c
index dcbcb35d..90feaf42 100644
--- a/xine/post.c
+++ b/xine/post.c
@@ -772,7 +772,7 @@ int applugin_enable_post(post_plugins_t *fe, const char *initstr,
const char *args = _pp_args(initstr);
char *name = _pp_name(initstr);
- int result = _vpplugin_enable_post(fe, name, args, found);
+ int result = _applugin_enable_post(fe, name, args, found);
LOGDBG(" * enable post %s --> %s, %s", name,
*found ? "found" : "not found",