diff options
| author | Freeimage <freeimage@aliceadsl.fr> | 2006-01-31 21:26:11 +0000 |
|---|---|---|
| committer | Freeimage <freeimage@aliceadsl.fr> | 2006-01-31 21:26:11 +0000 |
| commit | 355b88c15d2dcafe4074b725e2165511df02f2dd (patch) | |
| tree | a02e55bae93e0403ab99c168dd1a2f34d8894e00 /codec/convert.c | |
| parent | 74c1b3637e922cac859dbda5cfefee4dc4f365e1 (diff) | |
fixed various minor warnings occuring under icc9 and bcc32, added MSVC project and compiler directives to build a 'standard' WIN32 DLL
Diffstat (limited to 'codec/convert.c')
| -rw-r--r-- | codec/convert.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/codec/convert.c b/codec/convert.c index ae46390f..5e4d9bf1 100644 --- a/codec/convert.c +++ b/codec/convert.c @@ -417,7 +417,6 @@ opj_image_t* bmptoimage(char *filename, opj_cparameters_t *parameters) { opj_image_destroy(image); fclose(IN); return NULL; - break; default: for (i = 0; i < v; i++) { v2 = getc(IN); |
