]> granicus.if.org Git - imagemagick/commitdiff
Eliminated a warning by moving a static declaratiion.
authorglennrp <glennrp@git.imagemagick.org>
Tue, 25 Sep 2012 14:48:23 +0000 (14:48 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Tue, 25 Sep 2012 14:48:23 +0000 (14:48 +0000)
coders/svg.c

index 0b2a0f46378cca7c0110edf92d3e2d71eba2b65e..40d29c86891a8a47f43d8624cd9cac4d89e7b431 100644 (file)
@@ -184,12 +184,6 @@ typedef struct _SVGInfo
 #endif
 } SVGInfo;
 \f
-/*
-  Static declarations.
-*/
-static char
-  SVGDensityGeometry[] = "90.0x90.0";
-\f
 /*
   Forward declarations.
 */
@@ -2746,6 +2740,13 @@ static void SVGExternalSubset(void *context,const xmlChar *name,
 }
 #endif
 
+/*
+  Static declarations.
+*/
+static char
+  SVGDensityGeometry[] = "90.0x90.0";
+\f
+
 static Image *ReadSVGImage(const ImageInfo *image_info,ExceptionInfo *exception)
 {
   char