From b1e35de2da7b40d1df3c45df447aa811af438f2c Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 25 Jun 2014 22:03:07 +0200 Subject: ao: added static to INLINE SCSP_UpdateSlot in plugins/ao/eng_ssf/scsp.c --- plugins/ao/eng_ssf/scsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/ao/eng_ssf/scsp.c b/plugins/ao/eng_ssf/scsp.c index f3a3d9da..0afff77e 100644 --- a/plugins/ao/eng_ssf/scsp.c +++ b/plugins/ao/eng_ssf/scsp.c @@ -858,7 +858,7 @@ void SCSP_TimersAddTicks(struct _SCSP *SCSP, int ticks) } } -INLINE INT32 SCSP_UpdateSlot(struct _SCSP *SCSP, struct _SLOT *slot) +static INLINE INT32 SCSP_UpdateSlot(struct _SCSP *SCSP, struct _SLOT *slot) { INT32 sample; int step=slot->step; -- cgit v1.2.3