diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-08-21 12:02:23 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-08-21 12:02:23 +0000 |
| commit | ca2a0114a28a0815b0adcd0926b97e7ba2622133 (patch) | |
| tree | ee7154811a4248ba7f9ef5eef0845b258d7df364 /libopenjpeg/raw.h | |
| parent | 2c75c27ee8153f9eabdc73a95cd5931a91f0d14e (diff) | |
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
Diffstat (limited to 'libopenjpeg/raw.h')
| -rw-r--r-- | libopenjpeg/raw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/raw.h b/libopenjpeg/raw.h index c4ff9b32..3c4b372f 100644 --- a/libopenjpeg/raw.h +++ b/libopenjpeg/raw.h @@ -67,7 +67,7 @@ typedef struct opj_raw { Create a new RAW handle @return Returns a new RAW handle if successful, returns NULL otherwise */ -opj_raw_t* raw_create(); +opj_raw_t* raw_create(void); /** Destroy a previously created RAW handle @param raw RAW handle to destroy |
