[vlc-devel] commit: Warning fix (my fault) ( Rémi Duraffort )

git version control git at videolan.org
Fri Mar 7 13:19:05 CET 2008


vlc | branch: master | Rémi Duraffort <ivoire at via.ecp.fr> | Fri Mar  7 11:58:41 2008 +0100| [6bdcdafe1a22fd738a32acfb141d623f57296d0c]

Warning fix (my fault)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6bdcdafe1a22fd738a32acfb141d623f57296d0c
---

 .../gui/qt4/components/playlist/playlist_model.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/playlist_model.cpp b/modules/gui/qt4/components/playlist/playlist_model.cpp
index c7a5ff8..32d151e 100644
--- a/modules/gui/qt4/components/playlist/playlist_model.cpp
+++ b/modules/gui/qt4/components/playlist/playlist_model.cpp
@@ -737,7 +737,7 @@ void PLModel::sort( int column, Qt::SortOrder order )
     CHECK_COLUMN( DESCRIPTION );
     CHECK_COLUMN( TRACKID );
 
-#undef CHECK_COLUMN;
+#undef CHECK_COLUMN
 
 next:
     PL_LOCK;




More information about the vlc-devel mailing list