Skip to content

Commit 9554f50

Browse files
author
senda-akiha
committed
first aid
1 parent edf64d9 commit 9554f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flymake-cppcheck.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Through the --enable command more checks can be enabled."
5050
:type 'string
5151
:group 'flymake-cppcheck)
5252

53-
(defcustom flymake-cppcheck-command (executable-find "cppcheck")
53+
(defcustom flymake-cppcheck-command (or (executable-find "cppcheck") "")
5454
"The name of the cppcheck executable."
5555
:type 'string
5656
:group 'flymake-cppcheck)

0 commit comments

Comments
 (0)