summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 1204bd13af..10b367a59c 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -38,7 +38,6 @@ struct config conf[]={
{"nofs", &fullscreen, CONF_TYPE_FLAG, 0, 1, 0},
{"idx", &no_index, CONF_TYPE_FLAG, 0, 1, 0},
{"noidx", &no_index, CONF_TYPE_FLAG, 0, 0, 1},
- {"v", &verbose, CONF_TYPE_FLAG, 0, 0, 1},
- {"nov", &verbose, CONF_TYPE_FLAG, 0, 1, 0},
+ {"v", &verbose, CONF_TYPE_INT, 0, 0, 0},
{NULL, NULL, 0, 0, 0, 0}
};