# HG changeset patch # User Yoshiki Yazawa # Date 1193282333 -32400 # Node ID f5b8463b18a2da0803825f4ce305f282e5fece6b # Parent 46591501603e25d80d73efc5a3131c142de55050 remove a comma from the last item of enumerator list. diff -r 46591501603e -r f5b8463b18a2 src/audacious/playlist.h --- 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 {