3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 10:55:50 +00:00

Remove extra semicolons in C++ headers. Useful for projects builded with -Wpedantic

This commit is contained in:
Dmitriy Trubenkov 2015-07-25 20:22:15 +03:00
parent fc3e1af4a9
commit ab88708f9a
7 changed files with 7 additions and 7 deletions

View file

@ -287,7 +287,7 @@ extern "C" {
/*@}*/
#ifdef __cplusplus
};
}
#endif // __cplusplus
#endif