summaryrefslogtreecommitdiffstats
path: root/parser-mpcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser-mpcmd.c')
-rw-r--r--parser-mpcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser-mpcmd.c b/parser-mpcmd.c
index 55697d901c..a9aebe5dfb 100644
--- a/parser-mpcmd.c
+++ b/parser-mpcmd.c
@@ -60,7 +60,6 @@ play_tree_t*
m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv)
{
int i,j,start_title=-1,end_title=-1;
- int tmp = 0;
char *opt,*splitpos=NULL;
char entbuf[10];
int no_more_opts = 0;
@@ -130,6 +129,7 @@ m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv)
if ((no_more_opts == 0) && (*opt == '-') && (*(opt+1) != 0)) /* option */
{
+ int tmp = 0;
/* remove trailing '-' */
opt++;