# HG changeset patch # User Sebastien Jodogne # Date 1427721141 -7200 # Node ID 732b6a4ed541a96d528da6bab73f14f9384a12d8 # Parent f2033e228864783f67b12819c77bd93fe95d32c1 clang warning removal diff -r f2033e228864 -r 732b6a4ed541 OrthancServer/Internals/StoreScp.cpp --- 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))