From: Pierre Ynard Date: Mon, 21 Dec 2009 11:05:39 +0000 (+0100) Subject: Build fix X-Git-Tag: 1.1.0-ff~1827 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bd0b49dbcfe19f65b091af6ea156781f019e0bf8;p=vlc Build fix Avoid nested /* */ comments --- diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h index 86fbc03dac..48107ab771 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.