diff mp_fifo.h @ 25540:dfca45ad9326

Add explanatory comments to #endif preprocessor directives.
author diego
date Tue, 01 Jan 2008 19:36:23 +0000
parents cd0ec0b1d931
children 4129c8cfa742
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 */