Change the endif on SyntaxCheckers_objc_gcc_IsAvailable to endfunction

This commit is contained in:
Taylor Price 2013-02-19 16:51:07 -08:00
parent 0fcf795140
commit 475f3f934c

View File

@ -77,7 +77,7 @@ endif
function! SyntaxCheckers_objc_gcc_IsAvailable()
return executable('gcc')
endif
endfunction
function! SyntaxCheckers_objc_gcc_GetLocList()
let makeprg = 'gcc -fsyntax-only -lobjc'