cppcheck: Fix --error-exitcode argument handling.

This commit is contained in:
Igor Murzov 2011-05-02 10:28:38 +03:00 committed by Ville Skyttä
parent a54857cd05
commit 44fdd5c827

View File

@ -21,7 +21,7 @@ _cppcheck()
missingInclude' -- "$cur" ) )
return
;;
--exitcode)
--error-exitcode)
COMPREPLY=( $( compgen -W '{0..255}' -- "$cur" ) )
return
;;