From f189c8286ad94c61fb232dd1bfcfe7adde8ede64 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 25 Apr 2010 15:39:22 +0000 Subject: [PATCH] Add comment for endif. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31087 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sdl_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/sdl_common.h b/libvo/sdl_common.h index be9e254b31..cc9ec60e21 100644 --- a/libvo/sdl_common.h +++ b/libvo/sdl_common.h @@ -34,4 +34,4 @@ void vo_sdl_fullscreen(void); int sdl_set_mode(int bpp, uint32_t flags); int sdl_default_handle_event(SDL_Event *event); -#endif +#endif /* MPLAYER_SDL_COMMON_H */