From: jpr Date: Wed, 9 Nov 2005 10:28:33 +0000 (+0000) Subject: Indentation X-Git-Tag: OpenJPEG.Version1.2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d18b84b1727b1fe38b5c6b9ceea237fb445eefb3;p=gdcm.git Indentation --- 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]]); }