# HG changeset patch # User diego # Date 1199216183 0 # Node ID dfca45ad93262cd8aed38c8a492774a23c1d8174 # Parent 47f2a930462361f62e444a63ec9cec8cd452c42a Add explanatory comments to #endif preprocessor directives. diff -r 47f2a9304623 -r dfca45ad9326 mp_fifo.h --- 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 */ diff -r 47f2a9304623 -r dfca45ad9326 stream/pnm.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 */