diff libass/ass_font.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 705628816d98
children aaebaf255b23
line wrap: on
line diff
--- a/libass/ass_font.h	Mon Dec 31 16:14:38 2007 +0000
+++ b/libass/ass_font.h	Mon Dec 31 16:15:50 2007 +0000
@@ -48,4 +48,4 @@
 FT_Vector ass_font_get_kerning(ass_font_t* font, uint32_t c1, uint32_t c2);
 void ass_font_free(ass_font_t* font);
 
-#endif
+#endif /* ASS_FONT_H */