]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix indentation
authorZdenek Dohnal <zdohnal@redhat.com>
Wed, 20 Sep 2023 12:44:17 +0000 (14:44 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Wed, 20 Sep 2023 12:44:17 +0000 (14:44 +0200)
cups/raster-interpret.c

index b34a5c367cf312315cef0f466d457068420ce952..4387876bf74eea8d9c74f12657df967ab0c581e0 100644 (file)
@@ -1117,7 +1117,7 @@ scan_ps(_cups_ps_stack_t *st,             /* I  - Stack */
 
           /*
            * Return NULL if we reached NULL terminator, a lone backslash
-            * is not a valid character in PostScript.
+           * is not a valid character in PostScript.
            */
 
            if (!*cur)