mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-31 22:42:52 +08:00
dialog_utils: fix NameTransform() function pointer type (#15002)
(cherry picked from commit c15ca27740)
This commit is contained in:
committed by
Sam Lantinga
parent
5728f9d703
commit
b9107ec196
@@ -28,7 +28,7 @@
|
|||||||
/* Transform the name given in argument into something viable for the engine.
|
/* Transform the name given in argument into something viable for the engine.
|
||||||
Useful if there are special characters to avoid on certain platforms (such
|
Useful if there are special characters to avoid on certain platforms (such
|
||||||
as "|" with Zenity). */
|
as "|" with Zenity). */
|
||||||
typedef char *(NameTransform)(const char * name);
|
typedef char *(*NameTransform)(const char * name);
|
||||||
|
|
||||||
// Converts all the filters into a single string.
|
// Converts all the filters into a single string.
|
||||||
// <prefix>[filter]{<separator>[filter]...}<suffix>
|
// <prefix>[filter]{<separator>[filter]...}<suffix>
|
||||||
|
|||||||
Reference in New Issue
Block a user