changeset 4384:db1c0a24e100

Fix enum list, to make gcc4.3 stfu. Should close bugzilla #219.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Mar 2008 11:41:55 +0200
parents 5794aa593490
children 88d8f699359a 93d13f5c0980 694ce1a806f8
files src/audacious/plugin.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/plugin.h	Fri Mar 28 09:05:21 2008 +0200
+++ b/src/audacious/plugin.h	Sat Mar 29 11:41:55 2008 +0200
@@ -86,7 +86,7 @@
     FMT_S32_NE,
 
     FMT_FLOAT,
-    FMT_FIXED32, /* equivalent of libmad's mad_fixed_t explained below */
+    FMT_FIXED32 /* equivalent of libmad's mad_fixed_t explained below */
 } AFormat;
 
 /* From mad.h: