]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/registry.c
(no commit message)
[imagemagick] / MagickCore / registry.c
index e2b1562718582d62be9e4d2f9aad9e1144758198..dc97d71631d9bd7ed20f206e9e50f3f6766742ab 100644 (file)
@@ -17,7 +17,7 @@
 %                                 March 2000                                  %
 %                                                                             %
 %                                                                             %
-%  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization      %
+%  Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization      %
 %  dedicated to making software imaging solutions freely available.           %
 %                                                                             %
 %  You may not use this file except in compliance with the License.  You may  %
@@ -203,7 +203,7 @@ MagickExport void *GetImageRegistry(const RegistryType type,const char *key,
   if (registry_info == (void *) NULL)
     {
       (void) ThrowMagickException(exception,GetMagickModule(),RegistryError,
-        "UnableToGetRegistryID","`%s'",key);
+        "UnableToGetRegistryID","'%s'",key);
       return((void *) NULL);
     }
   value=(void *) NULL;