summaryrefslogtreecommitdiff
path: root/libopenjpeg/openjpeg.c
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-08-21 12:02:23 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-08-21 12:02:23 +0000
commitca2a0114a28a0815b0adcd0926b97e7ba2622133 (patch)
treeee7154811a4248ba7f9ef5eef0845b258d7df364 /libopenjpeg/openjpeg.c
parent2c75c27ee8153f9eabdc73a95cd5931a91f0d14e (diff)
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
Diffstat (limited to 'libopenjpeg/openjpeg.c')
-rw-r--r--libopenjpeg/openjpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/openjpeg.c b/libopenjpeg/openjpeg.c
index 6f12ff00..f7363b9b 100644
--- a/libopenjpeg/openjpeg.c
+++ b/libopenjpeg/openjpeg.c
@@ -53,7 +53,7 @@ DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) {
/* ---------------------------------------------------------------------- */
-const char* OPJ_CALLCONV opj_version() {
+const char* OPJ_CALLCONV opj_version(void) {
return OPENJPEG_VERSION;
}