summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/tools/pdfinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/pdfinfo.c b/source/tools/pdfinfo.c
index eb99bf03..ff05012f 100644
--- a/source/tools/pdfinfo.c
+++ b/source/tools/pdfinfo.c
@@ -660,7 +660,7 @@ printinfo(globals *glo, char *filename, int show, int page)
int j;
fz_output *out = glo->out;
-#define PAGE_FMT "\t% 5d (% 7d %1d R): "
+#define PAGE_FMT "\t%d\t(%d %d R):\t"
if (show & DIMENSIONS && glo->dims > 0)
{