From d6e22603ef9ff096ad4ee580611d959195cd1878 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Jan 2008 19:36:23 +0000 Subject: Add explanatory comments to #endif preprocessor directives. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25568 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_fifo.h | 2 +- stream/pnm.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mp_fifo.h b/mp_fifo.h index fe4cba05c2..1605da03af 100644 --- a/mp_fifo.h +++ b/mp_fifo.h @@ -4,4 +4,4 @@ int mplayer_get_key(int fd); void mplayer_put_key(int code); -#endif +#endif /* MP_FIFO_H */ diff --git a/stream/pnm.h b/stream/pnm.h index de508004a7..fedc079db0 100644 --- a/stream/pnm.h +++ b/stream/pnm.h @@ -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 */ -- cgit v1.2.3