eliminate compiler warning

This commit is contained in:
Cristy
2022-06-08 20:05:50 -04:00
parent 5733a82f41
commit 249bcdffd7
+1 -1
View File
@@ -1129,7 +1129,7 @@ MagickExport MagickBooleanType RelinquishUniqueFileResource(const char *path)
status=ShredFile(path);
status|=remove_utf8(path);
}
return(status);
return(status == 0 ? MagickFalse : MagickTrue);
}
/*