]> git.sesse.net Git - vlc/blobdiff - src/playlist/tree.c
Fix obvious typo lost in a git warp.
[vlc] / src / playlist / tree.c
index 152af3fdcc783c248a35391f31862110a2cac624..e7fdebeaeb4eb2413086d39b660b580a2a6cee2e 100644 (file)
@@ -86,7 +86,7 @@ playlist_item_t * playlist_NodeCreate( playlist_t *p_playlist,
                             p_parent ? p_parent->i_id : -1,
                             !( i_flags & PLAYLIST_NO_REBUILD ));
 
-    p_item->i_flags |= i_flags
+    p_item->i_flags |= i_flags;
 
     return p_item;
 }