[vlc-commits] include: with #endif comment

Steve Lhomme git at videolan.org
Thu Apr 26 11:41:54 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Apr 26 11:33:01 2018 +0200| [f64dbf34b7e309ff0e1b534ee3c19ad65890c7f5] | committer: Steve Lhomme

include: with #endif comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f64dbf34b7e309ff0e1b534ee3c19ad65890c7f5
---

 include/vlc_subpicture.h | 2 +-
 include/vlc_vout.h       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_subpicture.h b/include/vlc_subpicture.h
index b9de52c049..fad5eb0013 100644
--- a/include/vlc_subpicture.h
+++ b/include/vlc_subpicture.h
@@ -234,4 +234,4 @@ VLC_API unsigned picture_BlendSubpicture( picture_t *, filter_t *p_blend, subpic
 
 /**@}*/
 
-#endif /* _VLC_VIDEO_H */
+#endif /* _VLC_SUBPICTURE_H */
diff --git a/include/vlc_vout.h b/include/vlc_vout.h
index 60c148d498..f98faf50dd 100644
--- a/include/vlc_vout.h
+++ b/include/vlc_vout.h
@@ -164,4 +164,4 @@ VLC_API void vout_FlushSubpictureChannel( vout_thread_t *, int );
 
 /**@}*/
 
-#endif /* _VLC_VIDEO_H */
+#endif /* _VLC_VOUT_H */



More information about the vlc-commits mailing list