mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
whitespace
svn-id: r9089
This commit is contained in:
parent
a6afa09161
commit
a0545a22ae
@ -195,7 +195,7 @@ void OSystem_SDL_Common::copy_rect(const byte *buf, int pitch, int x, int y, int
|
||||
byte *dst = (byte *)_screen->pixels + y * _screenWidth + x;
|
||||
|
||||
if (_screenWidth==pitch && pitch==w) {
|
||||
memcpy (dst, buf, h*w);
|
||||
memcpy(dst, buf, h*w);
|
||||
} else {
|
||||
do {
|
||||
memcpy(dst, buf, w);
|
||||
|
Loading…
x
Reference in New Issue
Block a user