[vlc-commits] commit: Fix obvious typo lost in a git warp.	(Jean-Baptiste Kempf )
    git at videolan.org 
    git at videolan.org
       
    Wed Jun  2 12:01:45 CEST 2010
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun  2 12:01:21 2010 +0200| [e83ac1de6b14bcc7b888d25b22508ebfd4bf7acb] | committer: Jean-Baptiste Kempf 
Fix obvious typo lost in a git warp.
Sorry
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e83ac1de6b14bcc7b888d25b22508ebfd4bf7acb
---
 src/playlist/tree.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/playlist/tree.c b/src/playlist/tree.c
index 152af3f..e7fdebe 100644
--- a/src/playlist/tree.c
+++ b/src/playlist/tree.c
@@ -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;
 }
    
    
More information about the vlc-commits
mailing list