Skip to content

Commit

Permalink
Did I mention I'm anal? :) Fixed spacing in SDL_rwops.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 27, 2006
1 parent 7d9afbb commit e8d94c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_rwops.h
Expand Up @@ -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 {
Expand Down

0 comments on commit e8d94c6

Please sign in to comment.