summaryrefslogtreecommitdiff
path: root/codec/convert.c
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2010-11-28 18:40:57 +0000
committerAntonin Descampe <antonin@gmail.com>2010-11-28 18:40:57 +0000
commit1c2ed5cc33df3cfb6f61657b930a5c300cf6993f (patch)
tree57cd2bb907e37eb72b3b7c20f6cf4b70a07a110a /codec/convert.c
parentefc709578a5501474f467e2faeb700c05137d8dc (diff)
fixed a bug in codec/convert.c that prevented to build executables with WIN32 compiler (thanks winfried)
Diffstat (limited to 'codec/convert.c')
-rw-r--r--codec/convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/convert.c b/codec/convert.c
index 45cf2563..aaa22d53 100644
--- a/codec/convert.c
+++ b/codec/convert.c
@@ -2373,7 +2373,7 @@ int imagetopng(opj_image_t * image, const char *write_idf)
unsigned char *row_buf, *d;
int has_alpha, width, height, nr_comp, color_type;
int adjustR, adjustG, adjustB, x, y, fails, is16, force16;
- int opj_prec, prec, ushift, dshift;;
+ int opj_prec, prec, ushift, dshift;
unsigned short mask;
png_color_8 sig_bit;