--- a/include/SDL_rwops.h Mon Feb 27 04:44:31 2006 +0000
+++ b/include/SDL_rwops.h Mon Feb 27 04:46:34 2006 +0000
@@ -63,11 +63,11 @@
Uint32 type;
union {
#ifdef __WIN32__
- struct {
+ struct {
int autoclose;
int append;
void* h;
- } win32io;
+ } win32io;
#endif
#ifdef HAVE_STDIO_H
struct {