* Fixed minor style issues.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36626 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-05-05 14:37:35 +00:00
parent cd7a139273
commit 18654db620
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2008, Haiku, Inc. All Rights Reserved.
* Copyright 2008-2010, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@ -36,6 +36,7 @@
static struct frame_buffer_boot_info *sInfo;
static uint8 *sUncompressedIcons;
static void
blit8_cropped(const uint8 *data, uint16 imageLeft, uint16 imageTop,
uint16 imageRight, uint16 imageBottom, uint16 imageWidth,
@ -199,7 +200,7 @@ blit_cropped(const uint8* data, uint16 imageLeft, uint16 imageTop,
void
boot_splash_init(uint8 *boot_splash)
boot_splash_init(uint8 *bootSplash)
{
TRACE("boot_splash_init: enter\n");
@ -209,7 +210,7 @@ boot_splash_init(uint8 *boot_splash)
sInfo = (frame_buffer_boot_info *)get_boot_item(FRAME_BUFFER_BOOT_INFO,
NULL);
sUncompressedIcons = boot_splash;
sUncompressedIcons = bootSplash;
}