summaryrefslogtreecommitdiff
path: root/libopenjpeg/j2k_lib.h
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/j2k_lib.h
parent2c75c27ee8153f9eabdc73a95cd5931a91f0d14e (diff)
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
Diffstat (limited to 'libopenjpeg/j2k_lib.h')
-rw-r--r--libopenjpeg/j2k_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/j2k_lib.h b/libopenjpeg/j2k_lib.h
index 3d1b53c9..0db63c60 100644
--- a/libopenjpeg/j2k_lib.h
+++ b/libopenjpeg/j2k_lib.h
@@ -43,7 +43,7 @@ The functions in J2K_LIB.C are internal utilities mainly used for memory managem
Difference in successive opj_clock() calls tells you the elapsed time
@return Returns time in seconds
*/
-double opj_clock();
+double opj_clock(void);
/**
Allocate a memory block with elements initialized to 0