From: jpr Date: Wed, 19 Sep 2007 06:42:08 +0000 (+0000) Subject: } missing? X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f7f1ed2c80de96d8d3839ece81a5f2a4a9bc1180;p=gdcm.git } missing? Do I need to change my text editor ?!? --- diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index fcef258b..00aa5148 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2007/09/18 15:56:41 $ - Version: $Revision: 1.370 $ + Date: $Date: 2007/09/19 06:42:08 $ + Version: $Revision: 1.371 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -2146,6 +2146,7 @@ bool Document::CheckSwap() else { pt++; } + } } Filetype = ImplicitVR; return true;