]> git.sesse.net Git - vlc/commitdiff
Qt: Fix error in previous commit .
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 22 Feb 2009 22:29:49 +0000 (23:29 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 22 Feb 2009 22:29:49 +0000 (23:29 +0100)
modules/gui/qt4/menus.cpp

index 0c2d09ae0a2c073a50d3470da1beb80c475b3651..ccc34a024592f218e0d38653570c12c91d1dea62 100644 (file)
@@ -778,7 +778,7 @@ void QVLCMenu::PopupMenuPlaylistControlEntries( QMenu *menu,
     addMIMStaticEntry( p_intf, menu, qtr( "Ne&xt" ),
             ":/next", SLOT( next() ) );
     menu->addSeparator();
-
+}
 
 void QVLCMenu::PopupMenuStaticEntries( QMenu *menu )
 {