diff options
Diffstat (limited to 'defaultopts.c')
-rw-r--r-- | defaultopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaultopts.c b/defaultopts.c index 2f77b16fcd..fd53979d80 100644 --- a/defaultopts.c +++ b/defaultopts.c @@ -46,7 +46,7 @@ void set_default_mplayer_options(struct MPOpts *opts) #else .use_ar = 0, #endif - .default_binds = 1, + .default_bindings = 1, } }; } |