Skip to content

Commit

Permalink
dialog: convert_ext_list had parameter names in wrong order in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 18, 2024
1 parent 7dd4f1e commit bc6ad3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog/SDL_dialog_utils.h
Expand Up @@ -49,7 +49,7 @@ char *convert_filter(const SDL_DialogFileFilter filter, NameTransform ntf,
/* Converts the extenstion list of a filter into a single string. */
/* <prefix>[extension]{<separator>[extension]...}<suffix> */
char *convert_ext_list(const char *list, const char *prefix,
const char *suffix, const char *separator);
const char *separator, const char *suffix);

/* Must be used if convert_* functions aren't used */
/* Returns an error message if there's a problem, NULL otherwise */
Expand Down

0 comments on commit bc6ad3e

Please sign in to comment.