]> Creatis software - clitk.git/blobdiff - tools/clitkCropImage.cxx
Add 2 options to clitkImage2Dicom
[clitk.git] / tools / clitkCropImage.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 8e55713..3c6725c
@@ -34,7 +34,7 @@ int main(int argc, char * argv[])
 
   filter->SetArgsInfo(args_info);
 
-  try {
+  try { 
     filter->Update();
   } catch(std::runtime_error e) {
     std::cout << e.what() << std::endl;