Remove underscore for _SDL_iconv_t

And change the name, not to have the same for pointer and data
This commit is contained in:
Sylvain
2022-12-27 21:02:05 +01:00
committed by Sam Lantinga
parent 07808d6a03
commit 25336d053a
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ enum
#define ENCODING_UCS4NATIVE ENCODING_UCS4LE
#endif
struct _SDL_iconv_t
struct SDL_iconv_data_t
{
int src_fmt;
int dst_fmt;