changeset 11608:d78370005268 HEAD

doveadm: Minor code cleanup to print formatter.
author Timo Sirainen <tss@iki.fi>
date Mon, 21 Jun 2010 21:52:01 +0100
parents 15a6c64df84a
children 407e7ff098ca
files src/doveadm/doveadm-print-pager.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");
 	}
 }