summaryrefslogtreecommitdiff
path: root/audio/bmp/patches/patch-aa
blob: ec61dbb7acae176a6a1434c976ed4657ca2df0af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.1 2006/07/31 21:43:55 jmmv Exp $

--- beep/softvolume.c.orig	2004-06-20 20:48:54.000000000 +0200
+++ beep/softvolume.c
@@ -117,7 +117,7 @@ soft_volume_set(SoftVolumeConfig * c, gi
  *
  **************************************************************************/
 
-G_INLINE_FUNC void
+inline void
 effect_16bit(gint max, gint min, guint length, gint16 * sdata,
              SoftVolumeConfig * c)
 {
@@ -139,7 +139,7 @@ effect_16bit(gint max, gint min, guint l
  *
  **************************************************************************/
 
-G_INLINE_FUNC void
+inline void
 effect_8bit(gint max, gint min, guint length, gint8 * sdata,
             SoftVolumeConfig * c)
 {