]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 4 Oct 2012 12:56:53 +0000 (12:56 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 4 Oct 2012 12:56:53 +0000 (12:56 +0000)
coders/tiff.c

index a0e80d08f89cd756e2cdb23da1bc87a1f42ce44d..8c456c1858a38decfbb145b1d0699e7261511155 100644 (file)
@@ -1829,12 +1829,10 @@ static void TIFFTagExtender(TIFF *tiff)
   static const TIFFFieldInfo
     TIFFExtensions[] =
     {
-      {
-        37724, -3, -3, TIFF_UNDEFINED, FIELD_CUSTOM, 1, 1,
-          (char *) "PhotoshopLayerData",
-        34118, -3, -3, TIFF_UNDEFINED, FIELD_CUSTOM, 1, 1,
-          (char *) "Microscope"
-      }
+      { 37724, -3, -3, TIFF_UNDEFINED, FIELD_CUSTOM, 1, 1,
+        (char *) "PhotoshopLayerData" },
+      { 34118, -3, -3, TIFF_UNDEFINED, FIELD_CUSTOM, 1, 1,
+        (char *) "Microscope" }
     };
 
   TIFFMergeFieldInfo(tiff,TIFFExtensions,sizeof(TIFFExtensions)/