diff --git a/include/SDL_rwops.h b/include/SDL_rwops.h index 2d4ec18c6..c18ccb632 100644 --- a/include/SDL_rwops.h +++ b/include/SDL_rwops.h @@ -63,11 +63,11 @@ typedef struct SDL_RWops { Uint32 type; union { #ifdef __WIN32__ - struct { + struct { int autoclose; int append; void* h; - } win32io; + } win32io; #endif #ifdef HAVE_STDIO_H struct {