summaryrefslogtreecommitdiff
path: root/filter/rastertolabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/rastertolabel.c')
-rw-r--r--filter/rastertolabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c
index 55501b715..a5ac46646 100644
--- a/filter/rastertolabel.c
+++ b/filter/rastertolabel.c
@@ -299,7 +299,7 @@ StartPage(ppd_file_t *ppd, /* I - PPD file */
header->HWResolution[1], header->cupsHeight,
header->NumCopies);
printf("PAGE-WIDTH %u\r\n", header->cupsWidth);
- printf("PAGE-HEIGHT %u\r\n", header->cupsWidth);
+ printf("PAGE-HEIGHT %u\r\n", header->cupsHeight);
break;
case INTELLITECH_PCL :