mirror of https://github.com/mpv-player/mpv
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:
parent
7ded17d4c2
commit
d6e22603ef
|
@ -4,4 +4,4 @@
|
|||
int mplayer_get_key(int fd);
|
||||
void mplayer_put_key(int code);
|
||||
|
||||
#endif
|
||||
#endif /* MP_FIFO_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 */
|
||||
|
|
Loading…
Reference in New Issue