]> git.sesse.net Git - vlc/commitdiff
Build fix
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 21 Dec 2009 11:05:39 +0000 (12:05 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Mon, 21 Dec 2009 11:05:39 +0000 (12:05 +0100)
Avoid nested /* */ comments

include/vlc/libvlc_media_player.h

index 86fbc03dacda4882e529db58c3981ea525463779..48107ab771711d97909f2e4d4236ca8ae8b0313e 100644 (file)
@@ -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.