adjust after xmp_get_format_list() const return change in libxmp.

master
Ozkan Sezer 5 years ago
parent 275aaa9f74
commit e57c16a6eb
  1. 2
      src/options.c

@ -248,7 +248,7 @@ void get_options(int argc, char **argv, struct options *options)
options->silent = 1; options->silent = 1;
break; break;
case 'L': { case 'L': {
char **list; const char* const * list;
int i; int i;
list = xmp_get_format_list(); list = xmp_get_format_list();
for (i = 0; list[i] != NULL; i++) { for (i = 0; list[i] != NULL; i++) {

Loading…
Cancel
Save