diff OrthancServer/ParsedDicomFile.cpp @ 1913:41e402cd7b3a

do not generate RC files for non-Windows builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Feb 2016 11:33:39 +0100
parents 8b0ee8d5e6d0
children 6c73df12ca51
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.cpp	Sat Feb 06 12:38:57 2016 +0100
+++ b/OrthancServer/ParsedDicomFile.cpp	Mon Feb 08 11:33:39 2016 +0100
@@ -362,7 +362,7 @@
       DcmPixelData& pixelData = dynamic_cast<DcmPixelData&>(*element);
       if (blockUri == NULL)
       {
-        // The user asks how many blocks are presents in this pixel data
+        // The user asks how many blocks are present in this pixel data
         unsigned int blocks = GetPixelDataBlockCount(pixelData, transferSyntax);
 
         Json::Value result(Json::arrayValue);