summaryrefslogtreecommitdiff
path: root/src/bin/common/opj_getopt.c
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2014-11-22 00:04:39 +0000
committerMatthieu Darbois <mayeut@users.noreply.github.com>2014-11-22 00:04:39 +0000
commit7e3844607584141d438191433c700d79ffab3b2a (patch)
tree6ac21066f7f1e09fd1abbf7441329db5868ba676 /src/bin/common/opj_getopt.c
parent548aff34f4c3809bde94c8a9559ee98b5cd70f84 (diff)
[trunk] added option to force rgb output in opj_decompress (fixes issue 282 , fixes issue 286)
Diffstat (limited to 'src/bin/common/opj_getopt.c')
-rw-r--r--src/bin/common/opj_getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/common/opj_getopt.c b/src/bin/common/opj_getopt.c
index 100cded7..484c839d 100644
--- a/src/bin/common/opj_getopt.c
+++ b/src/bin/common/opj_getopt.c
@@ -54,7 +54,7 @@ int opj_opterr = 1, /* if error message should be printed */
static char EMSG[]={""};
/* As this class remembers its values from one Java call to the other, reset the values before each use */
-void reset_options_reading(void) {
+void opj_reset_options_reading(void) {
opj_opterr = 1;
opj_optind = 1;
}