Commit 64132452 authored by Sam Lantinga's avatar Sam Lantinga

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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401453
parent 422fa052
...@@ -63,11 +63,11 @@ typedef struct SDL_RWops { ...@@ -63,11 +63,11 @@ typedef struct SDL_RWops {
Uint32 type; Uint32 type;
union { union {
#ifdef __WIN32__ #ifdef __WIN32__
struct { struct {
int autoclose; int autoclose;
int append; int append;
void* h; void* h;
} win32io; } win32io;
#endif #endif
#ifdef HAVE_STDIO_H #ifdef HAVE_STDIO_H
struct { struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment