From e8d94c6c6fa27ca21f492e5931359d77a7812ebb Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 27 Feb 2006 04:46:34 +0000 Subject: [PATCH] Did I mention I'm anal? :) Fixed spacing in SDL_rwops.h --- include/SDL_rwops.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_rwops.h b/include/SDL_rwops.h index 2d4ec18c6..c18ccb632 100644 --- a/include/SDL_rwops.h +++ b/include/SDL_rwops.h @@ -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 {