summaryrefslogtreecommitdiff
path: root/src/bin/jp2/convert.c
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-15 15:47:56 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-15 15:47:56 +0000
commit98682e1073211000495aa378e7da5bfb69b225c9 (patch)
treef0879b27e100b989183e787898e52ecd23396751 /src/bin/jp2/convert.c
parentd6bcb8b7e074c4543ee0243b355f8b3ff0566c9d (diff)
[trunk] Remove some warnings about missing prototypes (gcc)
Diffstat (limited to 'src/bin/jp2/convert.c')
-rw-r--r--src/bin/jp2/convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jp2/convert.c b/src/bin/jp2/convert.c
index 59af469b..6cfa663c 100644
--- a/src/bin/jp2/convert.c
+++ b/src/bin/jp2/convert.c
@@ -2921,7 +2921,7 @@ opj_image_t* rawtoimage(const char *filename, opj_cparameters_t *parameters, raw
return rawtoimage_common(filename, parameters, raw_cp, OPJ_TRUE);
}
-int imagetoraw_common(opj_image_t * image, const char *outfile, opj_bool big_endian)
+static int imagetoraw_common(opj_image_t * image, const char *outfile, opj_bool big_endian)
{
FILE *rawFile = NULL;
size_t res;