]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
remove blank space
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 5 May 2023 10:42:36 +0000 (12:42 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 5 May 2023 10:42:36 +0000 (12:42 +0200)
src/SMESHUtils/SMESH_MGLicenseKeyGen.cxx

index f8823fd059f58c479a6bcbf455e3598ab8208b35..4ed052c405cc10285a66a9b9edd2a3852e8618f1 100644 (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)