Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler

This commit is contained in:
Francois-Olivier Devaux
2007-08-21 12:02:23 +00:00
parent 2c75c27ee8
commit ca2a0114a2
13 changed files with 13 additions and 12 deletions

View File

@@ -344,7 +344,7 @@ static void mqc_renormd(opj_mqc_t *mqc) {
==========================================================
*/
opj_mqc_t* mqc_create() {
opj_mqc_t* mqc_create(void) {
opj_mqc_t *mqc = (opj_mqc_t*)opj_malloc(sizeof(opj_mqc_t));
return mqc;
}