diff --git a/plot/plotPNM.c b/plot/plotPNM.c index 6d6cdf59..b382e850 100644 --- a/plot/plotPNM.c +++ b/plot/plotPNM.c @@ -518,7 +518,7 @@ pnmTile (tile, cxp) col = PaintStyles[type].color; t = rtile + x + ds_xsize * y; - for (dy; dy > 0; dy--) + for ( ; dy > 0; dy--) { for (j = 0; j < dx; j++) {