summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 15:39:22 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 15:39:22 +0000
commitf189c8286ad94c61fb232dd1bfcfe7adde8ede64 (patch)
tree5495249f4242daacac3f01a2786968f19f04ae17 /libvo
parenta9ff7793e3491b5e78f4baed207b31eeeed61896 (diff)
downloadmpv-f189c8286ad94c61fb232dd1bfcfe7adde8ede64.tar.bz2
mpv-f189c8286ad94c61fb232dd1bfcfe7adde8ede64.tar.xz
Add comment for endif.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31087 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/sdl_common.h2
1 files changed, 1 insertions, 1 deletions
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 */