diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-01 19:36:23 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-01 19:36:23 +0000 |
commit | d6e22603ef9ff096ad4ee580611d959195cd1878 (patch) | |
tree | 733c4ab1ca184d3cca2ee2c6de1f55eced20daae /stream | |
parent | 7ded17d4c254f4cf1bac828cb007c227c9c28074 (diff) |
Add explanatory comments to #endif preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25568 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/pnm.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |