diff options
-rw-r--r-- | xine/post.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xine/post.c b/xine/post.c index 6c637634..508e7fd9 100644 --- a/xine/post.c +++ b/xine/post.c @@ -200,6 +200,10 @@ static void __pplugin_update_parameters(xine_post_t *post, char *args) _pplugin_update_parameter(&pobj); } break; + case POST_PARAM_TYPE_LAST: + break; /* terminator of parameter list */ + default: + LOGMSG("%s(%d): Unknown post parameter type %d!", __FUNCTION__, __LINE__, pobj.param->type); } } else { LOGMSG("Unknown post plugin parameter %s !", param); |