summaryrefslogtreecommitdiffstats
path: root/cfgparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfgparser.c')
-rw-r--r--cfgparser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfgparser.c b/cfgparser.c
index f4d3bf02c5..50a06deae4 100644
--- a/cfgparser.c
+++ b/cfgparser.c
@@ -59,6 +59,7 @@ m_config_save_option(m_config_t* config, config_t* conf,char* opt, char *param)
case CONF_TYPE_SUBCONFIG :
return;
default :
+ ;
}
mp_msg(MSGT_CFGPARSER, MSGL_DBG2,"Saving option %s\n",opt);