Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c and image_to_j2k.c -> no more warnings in linux compilation

This commit is contained in:
Francois-Olivier Devaux
2007-01-31 15:19:54 +00:00
parent 16879e20ec
commit 3f5e8eb92b
4 changed files with 4 additions and 3 deletions

View File

@@ -261,7 +261,7 @@ void OPJ_CALLCONV opj_set_default_encoder_parameters(opj_cparameters_t *paramete
parameters->jpwl_sens_TPH[i] = -1; /* absent */
}
};
#endif USE_JPWL
#endif /* USE_JPWL */
/* <<UniPG */
}
}