]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 17 Sep 2017 12:36:42 +0000 (08:36 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 17 Sep 2017 12:36:42 +0000 (08:36 -0400)
MagickCore/property.c

index 02da55579b9e0a7df33e044c341dfab76ed02f91..bfb061b8c80c88c4ce15cae53c9c91dc4158f179 100644 (file)
@@ -2199,7 +2199,7 @@ MagickExport const char *GetImageProperty(const Image *image,
         return((const char *) GetRootValueFromSplayTree((SplayTreeInfo *)
           image->properties));
       p=(const char *) GetValueFromSplayTree((SplayTreeInfo *)
-          image->properties,property);
+        image->properties,property);
       if (p != (const char *) NULL)
         return(p);
     }