]> git.sesse.net Git - vlc/commitdiff
Fixed compilation problem.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 3 Jun 2007 22:58:00 +0000 (22:58 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 3 Jun 2007 22:58:00 +0000 (22:58 +0000)
modules/gui/macosx/playlistinfo.m

index 83c11b375b7b62c2faffbb3016ce1788f1922b97..34482adc454986407fbec1d8f9987ef69689ca11 100644 (file)
 
         p_item->p_input->psz_uri = strdup( [[o_uri_txt stringValue] UTF8String] );
         p_item->p_input->psz_name = strdup( [[o_title_txt stringValue] UTF8String] );
-        vlc_meta_SetArtist( p_item->p_input->p_meta, [[o_author_txt stringValue] UTF8String] )
+        vlc_meta_SetArtist( p_item->p_input->p_meta, [[o_author_txt stringValue] UTF8String] );
         vlc_mutex_unlock( &p_item->p_input->lock );
 
         val.b_bool = VLC_TRUE;