< prev index next >

src/java.desktop/share/native/liblcms/cmssamp.c

Print this page

        

@@ -163,13 +163,14 @@
     cmsLab2XYZ(NULL, &BlackXYZ, &Lab);
 
     if (BlackPoint != NULL)
         *BlackPoint = BlackXYZ;
 
+    cmsUNUSED_PARAMETER(dwFlags);
+
     return TRUE;
 
-    cmsUNUSED_PARAMETER(dwFlags);
 }
 
 // Get a black point of output CMYK profile, discounting any ink-limiting embedded
 // in the profile. For doing that, we use perceptual intent in input direction:
 // Lab (0, 0, 0) -> [Perceptual] Profile -> CMYK -> [Rel. colorimetric] Profile -> Lab
< prev index next >