diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c index 55501b7155..a5ac46646e 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 :