# HG changeset patch # User Timo Sirainen # Date 1277153521 -3600 # Node ID d783700052681e113dddcf304f2cf46bbb08bc8f # Parent 15a6c64df84a3aa7ae56ec31d1a4ef4641e560fa doveadm: Minor code cleanup to print formatter. diff -r 15a6c64df84a -r d78370005268 src/doveadm/doveadm-print-pager.c --- a/src/doveadm/doveadm-print-pager.c Mon Jun 21 21:50:31 2010 +0100 +++ b/src/doveadm/doveadm-print-pager.c Mon Jun 21 21:52:01 2010 +0100 @@ -33,7 +33,7 @@ { if (++ctx->header_idx == array_count(&ctx->headers)) { ctx->header_idx = 0; - printf("\x0c\n"); /* ^L */ + printf("\f\n"); } }