changeset 25540:dfca45ad9326

Add explanatory comments to #endif preprocessor directives.
author diego
date Tue, 01 Jan 2008 19:36:23 +0000
parents 47f2a9304623
children 20e00af8f426
files mp_fifo.h stream/pnm.h
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mp_fifo.h	Tue Jan 01 17:34:57 2008 +0000
+++ b/mp_fifo.h	Tue Jan 01 19:36:23 2008 +0000
@@ -4,4 +4,4 @@
 int mplayer_get_key(int fd);
 void mplayer_put_key(int code);
 
-#endif
+#endif /* MP_FIFO_H */
--- a/stream/pnm.h	Tue Jan 01 17:34:57 2008 +0000
+++ b/stream/pnm.h	Tue Jan 01 19:36:23 2008 +0000
@@ -34,5 +34,4 @@
 
 //int      pnm_read (pnm_t *this, char *data, int len);
 
-#endif
-
+#endif /* HAVE_PNM_H */