[vlc-devel] commit: Build fix (Pierre Ynard )
git version control
git at videolan.org
Mon Dec 21 12:06:26 CET 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Dec 21 12:05:39 2009 +0100| [bd0b49dbcfe19f65b091af6ea156781f019e0bf8] | committer: Pierre Ynard
Build fix
Avoid nested /* */ comments
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd0b49dbcfe19f65b091af6ea156781f019e0bf8
---
include/vlc/libvlc_media_player.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 86fbc03..48107ab 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -213,7 +213,7 @@ VLC_PUBLIC_API void libvlc_media_player_stop ( libvlc_media_player_t *, libvlc_e
* - (void)leaveFullscreen;
*
* - (BOOL)stretchesVideo;
- * - (void)setOnTop: (BOOL)ontop; /* Do we really want that in protocol? */
+ * - (void)setOnTop: (BOOL)ontop; // Do we really want that in protocol?
* @end
*
* You can find a live example in VLCVideoView in VLCKit.framework.
More information about the vlc-devel
mailing list