< prev index next >

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

Print this page

        

@@ -683,13 +683,13 @@
 
 Error:
 
     if (Lut != NULL) cmsPipelineFree(Lut);
     if (Result != NULL) cmsPipelineFree(Result);
+    cmsUNUSED_PARAMETER(dwFlags);
     return NULL;
 
-    cmsUNUSED_PARAMETER(dwFlags);
 }
 
 
 // Wrapper for DLL calling convention
 cmsPipeline*  CMSEXPORT _cmsDefaultICCintents(cmsContext     ContextID,
< prev index next >