summaryrefslogtreecommitdiff
path: root/src/dlg-new.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlg-new.c')
-rw-r--r--src/dlg-new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlg-new.c b/src/dlg-new.c
index 57cd301..d7e6469 100644
--- a/src/dlg-new.c
+++ b/src/dlg-new.c
@@ -326,7 +326,7 @@ dlg_new_archive (FrWindow *window,
data->format_chooser = (EggFileFormatChooser *) egg_file_format_chooser_new ();
for (i = 0; data->supported_types[i] != -1; i++) {
int idx = data->supported_types[i];
- char *exts[4];
+ const char *exts[4];
int e;
int n_exts;
char *icon_name;