--- ray/src/px/ra_ps.c 1993/11/18 09:55:17 2.7 +++ ray/src/px/ra_ps.c 1994/02/10 15:40:12 2.8 @@ -198,7 +198,8 @@ char *nam; printf("\t{ 0 1 %d { scanline exch\n", xmax-1); printf("\t\t{ decode currentfile read not {stop} if get\n"); printf("\tdup 0 lt {pop} {exit} ifelse } loop put } for\n"); - printf("} stopped {pop pop pop 0 string} {scanline} ifelse } def\n"); + printf("\t} stopped {pop pop pop 0 string} {scanline} ifelse\n"); + printf("} bind def\n"); }