From 24394a63b18810c791af1c913e1a6fc712d3d3a0 Mon Sep 17 00:00:00 2001 From: jpr Date: Fri, 16 Mar 2007 16:03:04 +0000 Subject: [PATCH] Fix misstyping --- Example/ExtractOverlays.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/ExtractOverlays.cxx b/Example/ExtractOverlays.cxx index 14d89d9d..87a90e8e 100755 --- a/Example/ExtractOverlays.cxx +++ b/Example/ExtractOverlays.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: ExtractOverlays.cxx,v $ Language: C++ - Date: $Date: 2007/03/16 15:14:37 $ - Version: $Revision: 1.1 $ + Date: $Date: 2007/03/16 16:03:04 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -141,7 +141,7 @@ int main(int argc, char *argv[]) /// \todo : deal with *each* overlay Data Element (not only the first one!) - unit16_t ovlyGroup = 0x6000; + uint16_t ovlyGroup = 0x6000; gdcm::DataEntry *e = f->GetDataEntry(ovlyGroup, 0x3000); if (e == 0) -- 2.48.1