fix cppcheck report (missing curly race)

This commit is contained in:
Enno Rehling 2017-11-20 14:57:04 +01:00
parent 7c69bfa410
commit 4fa9e041bf
3 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ s/cmake-init
s/build
cd $ROOT
inifile
cppcheck --version
cppcheck --quiet --error-exitcode=1 src
s/runtests -V
integration_tests

View File

@ -30,5 +30,6 @@ extern "C"
extern const char * directions[];
#ifdef __cplusplus
}
#endif
#endif

View File

@ -87,5 +87,6 @@ extern "C"
const char *keyword(keyword_t kwd);
#ifdef __cplusplus
}
#endif
#endif