summaryrefslogtreecommitdiffstats
path: root/loader/dshow
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 16:17:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 16:17:13 +0000
commit36a28b6f50ebaf8aa85d2a6a7b6388b842369da3 (patch)
tree36febd9fe56767481f4cfd5334649a48857ea4fe /loader/dshow
parent9489e9dd4b379413d078749ba62a77250f191ff4 (diff)
downloadmpv-36a28b6f50ebaf8aa85d2a6a7b6388b842369da3.tar.bz2
mpv-36a28b6f50ebaf8aa85d2a6a7b6388b842369da3.tar.xz
cosmetics: Add comments to some #endif preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24422 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow')
-rw-r--r--loader/dshow/libwin32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/libwin32.h b/loader/dshow/libwin32.h
index db1f5de501..38e6230316 100644
--- a/loader/dshow/libwin32.h
+++ b/loader/dshow/libwin32.h
@@ -253,4 +253,4 @@ struct IRtConfig
#define fccYVU9 mmioFOURCC('Y', 'V', 'U', '9')/* Planar 4:1:0 */
#define fccIF09 mmioFOURCC('I', 'F', '0', '9')/* Planar 4:1:0 + delta */
-#endif
+#endif /* __LIBWIN32_H */