0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Add explanatory comments to #endif preprocessor directives.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25568 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-01-01 19:36:23 +00:00
parent 7ded17d4c2
commit d6e22603ef
2 changed files with 2 additions and 3 deletions

View File

@ -4,4 +4,4 @@
int mplayer_get_key(int fd);
void mplayer_put_key(int code);
#endif
#endif /* MP_FIFO_H */

View File

@ -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 */