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:
parent
422fa052d6
commit
6413245265
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue