summaryrefslogtreecommitdiff
path: root/src/video/SDL_surface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/SDL_surface.c')
-rw-r--r--src/video/SDL_surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/SDL_surface.c b/src/video/SDL_surface.c
index 460d53bc38..9b144cb96d 100644
--- a/src/video/SDL_surface.c
+++ b/src/video/SDL_surface.c
@@ -963,7 +963,7 @@ SDL_CreateSurfaceOnStack(int width, int height, Uint32 pixel_format,
surface->h = height;
surface->pitch = pitch;
/* We don't actually need to set up the clip rect for our purposes */
- /*SDL_SetClipRect(surface, NULL);*/
+ /*SDL_SetClipRect(surface, NULL); */
/* Allocate an empty mapping */
SDL_zerop(blitmap);