From ee01ec9136fa441ff07a535fd85b3fe43a633442 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 1 Aug 2010 21:19:49 +0000 Subject: (svn r20291) -Codechange: Unify break coding style. --- src/os/macosx/splash.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/os') diff --git a/src/os/macosx/splash.cpp b/src/os/macosx/splash.cpp index 6d8bf2f1f..14a2a877d 100644 --- a/src/os/macosx/splash.cpp +++ b/src/os/macosx/splash.cpp @@ -134,8 +134,8 @@ void DisplaySplashImage() _pal_first_dirty = 0; _pal_count_dirty = 256; + break; } - break; case 32: { uint32 *dst_ptr = (uint32 *)_screen.dst_ptr; /* Initialize buffer */ @@ -149,8 +149,8 @@ void DisplaySplashImage() dst[x] = palette[src[x]].blue | (palette[src[x]].green << 8) | (palette[src[x]].red << 16) | 0xff000000; } } + break; } - break; } png_destroy_read_struct(&png_ptr, &info_ptr, &end_info); -- cgit v1.2.3-54-g00ecf