diff src/video/win32/SDL_win32shape.c @ 4856:1ff5dfaafdc8

Condensed flag-setting code and put parantheses in the appropriate places. It was that, in the end.
author egottlieb
date Mon, 16 Aug 2010 01:17:19 -0400
parents 661cb2f7c22a
children 10b96029e734
line wrap: on
line diff
--- a/src/video/win32/SDL_win32shape.c	Sun Aug 15 23:57:50 2010 -0400
+++ b/src/video/win32/SDL_win32shape.c	Mon Aug 16 01:17:19 2010 -0400
@@ -40,7 +40,7 @@
     resized_properly = Win32_ResizeWindowShape(window);
     if (resized_properly != 0)
             return NULL;
-
+    
     return result;
 }