]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix missing comma 249/head
authorAlfonso Gregory <83477269+AtariDreams@users.noreply.github.com>
Wed, 15 Sep 2021 20:35:55 +0000 (16:35 -0400)
committerAlfonso Gregory <83477269+AtariDreams@users.noreply.github.com>
Wed, 15 Sep 2021 20:35:55 +0000 (16:35 -0400)
tools/ippeveprinter.c

index d0de2fa57e5d9ac79ca8b020a133b49021a5cc63..9ea73f8cfcc762db22cdfbb4beb1275793529ff5 100644 (file)
@@ -4325,7 +4325,7 @@ load_legacy_attributes(
     "oe_photo-l_3.5x5in",              /* Photo L */
     "na_index-4x6_4x6in",              /* Photo 4x6 */
     "iso_a6_105x148mm",                        /* A6 */
-    "na_5x7_5x7in"                     /* Photo 5x7 aka 2L */
+    "na_5x7_5x7in",                    /* Photo 5x7 aka 2L */
     "iso_a5_148x210mm",                        /* A5 */
   };
   static const char * const media_ready[] =