fix a bug with the checkpatch checker

(introduced in the epic refactor)
This commit is contained in:
Martin Grenfell 2013-01-31 16:41:16 +00:00
parent c166029fd8
commit 79564f9847

View File

@ -21,7 +21,7 @@ elseif executable("./scripts/checkpatch.pl")
endif
function SyntaxCheckers_c_checkpatch_IsAvailable()
exists("g:syntastic_c_checker_checkpatch_location")
return exists("g:syntastic_c_checker_checkpatch_location")
endfunction