diff --git a/libsrc/meshing/meshing2.hpp b/libsrc/meshing/meshing2.hpp index 0912fa34..8bb5d96f 100644 --- a/libsrc/meshing/meshing2.hpp +++ b/libsrc/meshing/meshing2.hpp @@ -12,7 +12,7 @@ enum MESHING2_RESULT { MESHING2_OK = 0, - MESHING2_GIVEUP = 1, + MESHING2_GIVEUP = 1 };