From d18b84b1727b1fe38b5c6b9ceea237fb445eefb3 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 9 Nov 2005 10:28:33 +0000 Subject: [PATCH] Indentation --- src/gdcmopenjpeg/codec/convert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdcmopenjpeg/codec/convert.c b/src/gdcmopenjpeg/codec/convert.c index 927319c6..2aeed366 100644 --- a/src/gdcmopenjpeg/codec/convert.c +++ b/src/gdcmopenjpeg/codec/convert.c @@ -482,7 +482,7 @@ int bmptoimage(char *filename, j2k_image_t * img, int subsampling_dx, fprintf(Compo1, "%c", table_G[(int) RGB[(Info_h.biHeight - line - 1) * Info_h.biWidth + col]]); - fprintf(Compo2, "%c", table_B[(int) + fprintf(Compo2, "%c", table_B[(int) RGB[(Info_h.biHeight - line - 1) * Info_h.biWidth + col]]); } -- 2.48.1