summaryrefslogtreecommitdiff
path: root/common/vfs_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/vfs_types.h')
-rw-r--r--common/vfs_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vfs_types.h b/common/vfs_types.h
index aced4d3..29b51b4 100644
--- a/common/vfs_types.h
+++ b/common/vfs_types.h
@@ -62,7 +62,7 @@ typedef int (* TVFSProgressCallback)
/* Return index of the choice selected or negative number when dialog has been cancelled */
typedef void (* TVFSAskQuestionCallback)
(const char *message,
- const char *choices[],
+ const char **choices,
int *choice,
int cancel_choice,
void *user_data);