From fba0b66ff9164bb0e386e47e6051d4ab29997fb5 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 31 Dec 2007 16:15:50 +0000 Subject: Add explanatory comments to the #endif part of multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/gl_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/gl_common.h') diff --git a/libvo/gl_common.h b/libvo/gl_common.h index 1d5ab8dede..a2e7467193 100644 --- a/libvo/gl_common.h +++ b/libvo/gl_common.h @@ -328,4 +328,4 @@ extern int (APIENTRY *SwapInterval)(int); extern void (APIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); -#endif +#endif /* GL_COMMON_H */ -- cgit v1.2.3