summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/tificc/tificc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tificc/tificc.c b/utils/tificc/tificc.c
index 8e6fbc0..2641caf 100644
--- a/utils/tificc/tificc.c
+++ b/utils/tificc/tificc.c
@@ -708,7 +708,7 @@ cmsHPROFILE GetTIFFProfile(TIFF* in)
hProfile = cmsOpenProfileFromMem(EmbedBuffer, EmbedLen);
// Print description found in the profile
- if (Verbose & hProfile != NULL) {
+ if (Verbose && (hProfile != NULL)) {
fprintf(stdout, "\n[Embedded profile]\n");
PrintProfileInformation(hProfile);