summaryrefslogtreecommitdiff
path: root/ale_linters/c/cppcheck.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/c/cppcheck.vim')
-rw-r--r--ale_linters/c/cppcheck.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/c/cppcheck.vim b/ale_linters/c/cppcheck.vim
index e4e8eb0c..7da5b3ab 100644
--- a/ale_linters/c/cppcheck.vim
+++ b/ale_linters/c/cppcheck.vim
@@ -15,5 +15,5 @@ call ale#linter#Define('c', {
\ 'output_stream': 'both',
\ 'executable': 'cppcheck',
\ 'command_callback': 'ale_linters#c#cppcheck#GetCommand',
-\ 'callback': 'ale#handlers#HandleCppCheckFormat',
+\ 'callback': 'ale#handlers#cppcheck#HandleCppCheckFormat',
\})