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;
|
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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue