Indentation fix.

This commit is contained in:
Ville Skyttä 2009-10-19 22:34:46 +03:00
parent 0e11c05a49
commit 30262cc015

View File

@ -121,7 +121,8 @@ _mplayer()
return 0 return 0
;; ;;
-ssf) -ssf)
COMPREPLY=( $( compgen -W 'lgb= cgb= ls= cs= chs= cvs=' -- "$cur" ) ) COMPREPLY=( $( compgen -W 'lgb= cgb= ls= cs= chs= cvs=' \
-- "$cur" ) )
return 0 return 0
;; ;;
-jpeg) -jpeg)