diff subreader.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 fb8ad8ae4dfd
children 429c8f64b810
line wrap: on
line diff
--- a/subreader.h	Mon Dec 31 16:14:38 2007 +0000
+++ b/subreader.h	Mon Dec 31 16:15:50 2007 +0000
@@ -89,4 +89,5 @@
 void step_sub(sub_data *subd, float pts, int movement);
 void sub_add_text(subtitle *sub, const char *txt, int len, double endpts);
 int sub_clear_text(subtitle *sub, double pts);
-#endif
+
+#endif /* MPLAYER_SUBREADER_H */