From a2ae76e27404c478e27e0588016ada18931ad255 Mon Sep 17 00:00:00 2001 From: kojima Date: Fri, 21 Jan 2000 21:25:41 +0000 Subject: [PATCH] small fix --- wrlib/view.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/wrlib/view.c b/wrlib/view.c index 59490cc6..990a9879 100644 --- a/wrlib/view.c +++ b/wrlib/view.c @@ -49,13 +49,10 @@ int main(int argc, char **argv) img = RScaleImage(img, img->width*atof(argv[2]), img->height*atof(argv[2])); } - {int i; - for (i=0; i<10;i++) if (!RConvertImage(ctx, img, &pix)) { puts(RMessageForError(RErrorCode)); exit(1); } - } printf("%ix%i\n", img->width, img->height);