Return B_OK on success.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32397 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2009-08-14 21:04:29 +00:00
parent 48bbdc1c17
commit 477d2636d8
@@ -130,5 +130,6 @@ video_display_splash(addr_t frameBuffer)
height = min_c(iconsHalfHeight, gKernelArgs.frame_buffer.height);
video_blit_image(frameBuffer, lowerHalfIconImage, width, height,
kSplashIconsWidth, x, y);
return B_OK;
}