From 64132452653092f9eeacfab169734e41a62b1e04 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 --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401453 --- 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 {