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 --- stream/pnm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stream') 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