From 7761b4f244dcbbe60ce4b5bc7ea5f687cf45be39 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 25 Jun 2014 22:38:34 +0200 Subject: ao: made MixREVERBLeft static --- plugins/ao/eng_psf/peops2/reverb2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/ao/eng_psf/peops2/reverb2.c b/plugins/ao/eng_psf/peops2/reverb2.c index ceab8c54..e939be87 100644 --- a/plugins/ao/eng_psf/peops2/reverb2.c +++ b/plugins/ao/eng_psf/peops2/reverb2.c @@ -134,7 +134,7 @@ INLINE void s_buffer1(spu2_state_t *spu, int iOff,int iVal,int core) // set //////////////////////////////////////////////////////////////////////// -INLINE int MixREVERBLeft(spu2_state_t *spu, int ns,int core) +static INLINE int MixREVERBLeft(spu2_state_t *spu, int ns,int core) { if(spu->iUseReverb==1) { -- cgit v1.2.3