From: malaterre Date: Tue, 12 Oct 2004 17:31:56 +0000 (+0000) Subject: COMP: warning C4390: ';' : empty controlled statement found; is this the intent? X-Git-Tag: Version0.6.bp~81 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=sidebyside;h=bd1fa6ade44ea7dffa9d0fed99d5caa15cb7339a;p=gdcm.git COMP: warning C4390: ';' : empty controlled statement found; is this the intent? --- diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index 9f181275..60ca2dff 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2004/10/12 04:35:45 $ - Version: $Revision: 1.103 $ + Date: $Date: 2004/10/12 17:31:56 $ + Version: $Revision: 1.104 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1141,7 +1141,7 @@ void* Document::LoadEntryBinArea(uint16_t group, uint16_t elem) return NULL; } /// \todo Drop any already existing void area! JPR - if( !SetEntryBinAreaByNumber( a, group, elem ) ); + if( !SetEntryBinAreaByNumber( a, group, elem ) ) { dbg.Verbose(0, "Document::LoadEntryBinArea setting failed."); }