diff libvo/gl_common.h @ 25535:3baf6a2283da

Add explanatory comments to the #endif part of multiple inclusion guards.
author diego
date Mon, 31 Dec 2007 16:15:50 +0000
parents e6e8bf060dae
children 9a96fd14d1c5
line wrap: on
line diff
--- a/libvo/gl_common.h	Mon Dec 31 16:14:38 2007 +0000
+++ b/libvo/gl_common.h	Mon Dec 31 16:15:50 2007 +0000
@@ -328,4 +328,4 @@
 extern void (APIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei,
                              GLsizei, GLint, GLenum, GLenum, const GLvoid *);
 
-#endif
+#endif /* GL_COMMON_H */