Did I mention I'm anal? :) Fixed spacing in SDL_rwops.h

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401453
This commit is contained in:
Sam Lantinga 2006-02-27 04:46:34 +00:00
parent 422fa052d6
commit 6413245265

View file

@ -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 {