From: Dirk Lemstra Date: Sat, 29 Jun 2019 10:14:51 +0000 (+0200) Subject: Comment fix. X-Git-Tag: 7.0.8-51~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72280c0733d2c38e03e737c7bdc424cb7b9196b9;p=imagemagick Comment fix. --- diff --git a/MagickCore/cache.c b/MagickCore/cache.c index e0863a0b5..7cd2ddd21 100644 --- a/MagickCore/cache.c +++ b/MagickCore/cache.c @@ -4936,7 +4936,8 @@ MagickPrivate void SetPixelCacheMethods(Cache cache,CacheMethods *cache_methods) % Quantum SetPixelCacheNexusPixels( % const CacheInfo *magick_restrict cache_info,const MapMode mode, % const ssize_t x,const ssize_t y,const size_t width,const size_t height, -% const MagickBooleanType buffered,NexusInfo *magick_restrict nexus_info,$ ExceptionInfo *exception) +% const MagickBooleanType buffered,NexusInfo *magick_restrict nexus_info, +% ExceptionInfo *exception) % % A description of each parameter follows: %