From: jpr Date: Wed, 7 Sep 2005 08:23:08 +0000 (+0000) Subject: Remove extra ';' X-Git-Tag: Version1.2.bp~108 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=cfb54ea71e9dbd575b9a6bb0164c9aacb7712cee;p=gdcm.git Remove extra ';' --- diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 03c4ad3d..0c819713 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmCommon.h,v $ Language: C++ - Date: $Date: 2005/09/06 15:28:49 $ - Version: $Revision: 1.91 $ + Date: $Date: 2005/09/07 08:23:08 $ + Version: $Revision: 1.92 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -121,7 +121,7 @@ GDCM_EXPORT extern const std::string GDCM_BINLOADED; GDCM_EXPORT extern const std::string GDCM_NOTLOADED; GDCM_EXPORT extern const std::string GDCM_UNREAD; GDCM_EXPORT extern const std::string GDCM_NOTASCII; -; + /// \brief TagKey is made to hold the standard Dicom Tag /// (Group number, Element number) /// Instead of using the two '16 bits integers' as the Hask Table key, we