]> Creatis software - gdcm.git/blobdiff - Example/TestChangeHeader.cxx
Normalization
[gdcm.git] / Example / TestChangeHeader.cxx
index b8de5e276a62fe60d1ec0f780ac0ab049e0c5bf4..4e8b7503f82d68fd620d974f30fbff94085b8f1d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestChangeHeader.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/25 15:44:22 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2005/02/02 10:06:31 $
+  Version:   $Revision: 1.13 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -21,7 +21,7 @@
 // This examples read two images (could be the same). Try to modify
 // Acquisition Matrix and then write the image again
 
-int main(int argc, charargv[])
+int main(int argc, char *argv[])
 {
     if (argc < 3)
     {