From 7eac7b02354a503913a9e4c4ab525fa3573d324d Mon Sep 17 00:00:00 2001 From: malaterre Date: Sun, 16 Oct 2005 17:07:05 +0000 Subject: [PATCH] COMP: Fix problem with partly bracket --- Example/exCurveData.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/exCurveData.cxx b/Example/exCurveData.cxx index c92df151..434a0dfe 100644 --- a/Example/exCurveData.cxx +++ b/Example/exCurveData.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exCurveData.cxx,v $ Language: C++ - Date: $Date: 2005/10/10 20:42:33 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/10/16 17:07:05 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -35,7 +35,7 @@ static const char* TypeOfDataArrays[13][2] = { { "FLOW" , "flow data" }, { "PHYSIO" , "physio data" }, { "RESP" , "Respiration trace" }, - NULL + { NULL, NULL } }; // Part 3, C.10.2.1.1 Type of data -- 2.45.1