diff OrthancServer/Internals/StoreScp.cpp @ 1333:732b6a4ed541

clang warning removal
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2015 15:12:21 +0200
parents 6e7e5ed91c2d
children f967bdf8534e
line wrap: on
line diff
--- a/OrthancServer/Internals/StoreScp.cpp	Mon Mar 30 14:34:40 2015 +0200
+++ b/OrthancServer/Internals/StoreScp.cpp	Mon Mar 30 15:12:21 2015 +0200
@@ -182,7 +182,7 @@
 
           // check the image to make sure it is consistent, i.e. that its sopClass and sopInstance correspond
           // to those mentioned in the request. If not, set the status in the response message variable.
-          if ((rsp->DimseStatus == STATUS_Success))
+          if (rsp->DimseStatus == STATUS_Success)
           {
             // which SOP class and SOP instance ?
             if (!DU_findSOPClassAndInstanceInDataSet(*imageDataSet, sopClass, sopInstance, /*opt_correctUIDPadding*/ OFFalse))