Fix typo causing build issues

This commit is contained in:
David Andrews 2013-12-16 14:32:50 -08:00 committed by Felipe Zimmerle
parent 4a7d439de5
commit 9543e136ce

View File

@ -39,7 +39,7 @@ cppcheck:
cppcheck . --enable=all --force 2>&1 | sed 's/^/warning: /g' 1>&2;
check-coding-style:
for i in `(find . -iname "*.c" ; find . -iname "*.h")`; \
for i in `(find . -iname "*.c" ; find . -iname "*.h")`; \
do echo $$i...; \
vera++ -rule L004 -param max-line-length=80 $$i 2>&1 | sed 's/^/warning: /g' 1>&2; \
vera++ -rule L001 $$i 2>&1 | sed 's/^/warning: /g' 1>&2; \