# HG changeset patch # User Sam Lantinga # Date 1141015594 0 # Node ID d7d96c87b6a67a0339f116d90a327e218d71443e # Parent 9a845c7b8b35a8f28bfef086b90294cae22ccf90 Did I mention I'm anal? :) Fixed spacing in SDL_rwops.h diff -r 9a845c7b8b35 -r d7d96c87b6a6 include/SDL_rwops.h --- a/include/SDL_rwops.h Mon Feb 27 04:44:31 2006 +0000 +++ b/include/SDL_rwops.h Mon Feb 27 04:46:34 2006 +0000 @@ -63,11 +63,11 @@ Uint32 type; union { #ifdef __WIN32__ - struct { + struct { int autoclose; int append; void* h; - } win32io; + } win32io; #endif #ifdef HAVE_STDIO_H struct {