From b28cb0496c00ffc967624b8e33e7bdfbbbadfdcc Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Sat, 25 Jul 2009 03:02:05 +0000 Subject: [PATCH] Fix a doxygen comment. --- src/sdl_utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl_utils.hpp b/src/sdl_utils.hpp index a81b711e371..90963a223e2 100644 --- a/src/sdl_utils.hpp +++ b/src/sdl_utils.hpp @@ -264,7 +264,7 @@ surface flip_surface(surface const &surf, bool optimize=true); surface flop_surface(surface const &surf, bool optimize=true); surface create_compatible_surface(surface const &surf, int width = -1, int height = -1); -/* +/** * Replacement for SDL_BlitSurface. * * SDL_BlitSurface has problems with blitting partly transparent surfaces so