]> git.sesse.net Git - vlc/commitdiff
Fix obvious typo lost in a git warp.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 2 Jun 2010 10:01:21 +0000 (12:01 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 2 Jun 2010 10:01:21 +0000 (12:01 +0200)
Sorry

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;
 }