diff OrthancServer/ParsedDicomFile.cpp @ 2016:0ae26237569a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 13 Jun 2016 15:26:20 +0200
parents b5d4f9c156ad
children d108412411e5
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.cpp	Mon Jun 13 15:07:53 2016 +0200
+++ b/OrthancServer/ParsedDicomFile.cpp	Mon Jun 13 15:26:20 2016 +0200
@@ -1323,6 +1323,7 @@
       case EXS_JPEG2000LosslessOnly:
       case EXS_JPEG2000:
         mime = "image/jp2";
+        break;
 
       default:
         mime = "application/octet-stream";