From a0545a22ae557b8bc01718677faa98bd00a5f316 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 20 Jul 2003 01:39:08 +0000 Subject: whitespace svn-id: r9089 --- backends/sdl/sdl-common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/sdl') diff --git a/backends/sdl/sdl-common.cpp b/backends/sdl/sdl-common.cpp index 3a261026c6..1fa453e5c8 100644 --- a/backends/sdl/sdl-common.cpp +++ b/backends/sdl/sdl-common.cpp @@ -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); -- cgit v1.2.3