summaryrefslogtreecommitdiffstats
path: root/mp_fifo.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 19:36:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 19:36:23 +0000
commitd6e22603ef9ff096ad4ee580611d959195cd1878 (patch)
tree733c4ab1ca184d3cca2ee2c6de1f55eced20daae /mp_fifo.h
parent7ded17d4c254f4cf1bac828cb007c227c9c28074 (diff)
downloadmpv-d6e22603ef9ff096ad4ee580611d959195cd1878.tar.bz2
mpv-d6e22603ef9ff096ad4ee580611d959195cd1878.tar.xz
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 'mp_fifo.h')
-rw-r--r--mp_fifo.h2
1 files changed, 1 insertions, 1 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 */