Mercurial > audlegacy
changeset 153:37882ab04091 trunk
[svn] Do not use G_INLINE_FUNC. Reported by halcy0n@gentoo.org
author | nenolod |
---|---|
date | Sat, 12 Nov 2005 14:34:04 -0800 |
parents | 274c85015c90 |
children | 6dc4483b4c4c |
files | audacious/softvolume.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/softvolume.c Sat Nov 12 14:15:48 2005 -0800 +++ b/audacious/softvolume.c Sat Nov 12 14:34:04 2005 -0800 @@ -117,7 +117,7 @@ * **************************************************************************/ -G_INLINE_FUNC void +void effect_16bit(gint max, gint min, guint length, gint16 * sdata, SoftVolumeConfig * c) { @@ -139,7 +139,7 @@ * **************************************************************************/ -G_INLINE_FUNC void +void effect_8bit(gint max, gint min, guint length, gint8 * sdata, SoftVolumeConfig * c) {