]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm: Minor code cleanup to print formatter.
authorTimo Sirainen <tss@iki.fi>
Mon, 21 Jun 2010 20:52:01 +0000 (21:52 +0100)
committerTimo Sirainen <tss@iki.fi>
Mon, 21 Jun 2010 20:52:01 +0000 (21:52 +0100)
--HG--
branch : HEAD

src/doveadm/doveadm-print-pager.c

index d23217f17ed1af178bbbeb7fb2d87d1b99aef7d1..0f006b0f720d089f5bef0f7e80d443db1f7d8bdd 100644 (file)
@@ -33,7 +33,7 @@ static void pager_next_hdr(void)
 {
        if (++ctx->header_idx == array_count(&ctx->headers)) {
                ctx->header_idx = 0;
-               printf("\x0c\n"); /* ^L */
+               printf("\f\n");
        }
 }