diff -r 78e1268e44c3 code/nel/include/nel/misc/static_map.h --- a/code/nel/include/nel/misc/static_map.h Thu May 13 20:55:50 2010 +0200 +++ b/code/nel/include/nel/misc/static_map.h Thu May 13 22:21:51 2010 +0200 @@ -144,7 +144,7 @@ { iterator __i = find(__k); // The key MUST exist no automatic insertion done in this class - nlassert(__i != end()) + nlassert(__i != end()); return (*__i).second; } diff -r 78e1268e44c3 code/nel/tools/3d/build_clodtex/main.cpp --- a/code/nel/tools/3d/build_clodtex/main.cpp Thu May 13 20:55:50 2010 +0200 +++ b/code/nel/tools/3d/build_clodtex/main.cpp Thu May 13 22:21:51 2010 +0200 @@ -83,7 +83,7 @@ throw Exception("The shape %s is not a Mesh, a MeshMRM or MeshMMRMSkinned", shapeIn); // store in mesh - nlassert (base) + nlassert (base); base->setupLodCharacterTexture(lodTexture); // serial