changeset 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 46591501603e
children c5705f30b141
files src/audacious/playlist.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 {