]> git.sesse.net Git - vlc/blobdiff - modules/control/http/macro.c
Fix compilation
[vlc] / modules / control / http / macro.c
index 361bd638181bbcf4022071f47733329381276fd3..0d5d90a6400e98675991258867b099b2b4c7449d 100644 (file)
@@ -208,12 +208,12 @@ static void MacroDo( httpd_file_sys_t *p_args,
                 }
                 case MVLC_STOP:
                     playlist_Control( p_sys->p_playlist, PLAYLIST_STOP,
-                                      true )
+                                      true );
                     msg_Dbg( p_intf, "requested playlist stop" );
                     break;
                 case MVLC_PAUSE:
                     playlist_Control( p_sys->p_playlist, PLAYLIST_PAUSE,
-                                      true )
+                                      true );
                     msg_Dbg( p_intf, "requested playlist pause" );
                     break;
                 case MVLC_NEXT: