remove blank space

This commit is contained in:
Nabil Ghodbane 2023-05-05 12:42:36 +02:00
parent 08f1a99b8b
commit 8458334bcd

View File

@ -707,7 +707,7 @@ namespace SMESHUtils_MGLicenseKeyGen // API implementation
MESSAGE("MeshGems major version = " << v_maj);
// get patch version
int v_patch = GetMGVersionFromFct("meshgems_core_get_version_patch ");
int v_patch = GetMGVersionFromFct("meshgems_core_get_version_patch");
if (v_patch == -1) v_patch = GetMGVersionFromFct("GetVersionPatch");
if (v_patch == -1) v_patch = GetMGVersionFromEnv("MESHGEMS_VERSION_PATCH");
if (v_patch == -1)