]> Creatis software - creaBruker.git/blobdiff - lib/src1/bruker2dicom.cxx
don't add wxwidgets.
[creaBruker.git] / lib / src1 / bruker2dicom.cxx
index 8ac2129b0de2295420f5f5e902cac9f002fc028d..daf97a8fdcdc2159b34b43a395013f93f289a7af 100644 (file)
@@ -510,13 +510,13 @@ void Bruker2Dicom::DealWithNiveau2(std::string &level2Directory, std::string &cu
                     GDCM_NAME_SPACE::GDCM_FILESEPARATOR +
                    "isa";
 
-          std::string str_isa_func_name
+          std::string str_isa_func_name;
           canOpen = br_isa.LoadFile(str_isa);
           if (!canOpen)
           {
              sprintf(outputDirName, "%s%c%s", currentOutputDirName.c_str(), 
                                           GDCM_NAME_SPACE::GDCM_FILESEPARATOR,
-                                          GDCM_NAME_SPACE::Util::GetName(*it).c_str() )
+                                          GDCM_NAME_SPACE::Util::GetName(*it).c_str() );
           }
           else
           {