From bd0b49dbcfe19f65b091af6ea156781f019e0bf8 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Mon, 21 Dec 2009 12:05:39 +0100 Subject: [PATCH] Build fix Avoid nested /* */ comments --- include/vlc/libvlc_media_player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2