diff src/audacious/playlist.h @ 3841:f5b8463b18a2

remove a comma from the last item of enumerator list.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 25 Oct 2007 12:18:53 +0900
parents 240669919716
children c2b2828186ba
line wrap: on
line diff
--- a/src/audacious/playlist.h	Wed Oct 24 19:01:17 2007 +0200
+++ b/src/audacious/playlist.h	Thu Oct 25 12:18:53 2007 +0900
@@ -77,7 +77,7 @@
 typedef enum {
     PLAYLIST_PLAIN = 0,
     PLAYLIST_STATIC = 1,
-    PLAYLIST_USE_RELATIVE = 1 << 1,
+    PLAYLIST_USE_RELATIVE = 1 << 1
 } PlaylistAttribute;
 
 struct _Playlist {