Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 2, 2023
1 parent 9bb7d49 commit ec14da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magick/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1856,8 +1856,8 @@ static Cache GetImagePixelCache(Image *image,const MagickBooleanType clone,

if (difftime(GetMagickTime(),image->timestamp) > (double) image->ttl)
{
(void) ThrowMagickException(exception,GetMagickModule(),ResourceLimitError,
"TimeLimitExceeded","`%s'",image->filename);
(void) ThrowMagickException(exception,GetMagickModule(),
ResourceLimitError,"TimeLimitExceeded","`%s'",image->filename);
return((Cache) NULL);
}
if (cpu_throttle == MagickResourceInfinity)
Expand Down

0 comments on commit ec14da5

Please sign in to comment.