[MPlayer-cvslog] r25568 - in trunk: mp_fifo.h stream/pnm.h
diego
subversion at mplayerhq.hu
Tue Jan 1 20:36:24 CET 2008
Author: diego
Date: Tue Jan 1 20:36:23 2008
New Revision: 25568
Log:
Add explanatory comments to #endif preprocessor directives.
Modified:
trunk/mp_fifo.h
trunk/stream/pnm.h
Modified: trunk/mp_fifo.h
==============================================================================
--- trunk/mp_fifo.h (original)
+++ trunk/mp_fifo.h Tue Jan 1 20:36:23 2008
@@ -4,4 +4,4 @@
int mplayer_get_key(int fd);
void mplayer_put_key(int code);
-#endif
+#endif /* MP_FIFO_H */
Modified: trunk/stream/pnm.h
==============================================================================
--- trunk/stream/pnm.h (original)
+++ trunk/stream/pnm.h Tue Jan 1 20:36:23 2008
@@ -34,5 +34,4 @@ typedef struct pnm_s pnm_t;
//int pnm_read (pnm_t *this, char *data, int len);
-#endif
-
+#endif /* HAVE_PNM_H */
More information about the MPlayer-cvslog
mailing list