summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-25 22:03:07 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-25 22:03:07 +0200
commitb1e35de2da7b40d1df3c45df447aa811af438f2c (patch)
tree63d24b2627ef958dfef6ff669515ecc80cc08577 /plugins
parenta5abb32ab258d9158ee982ef1b2ca4765914cf8a (diff)
ao: added static to INLINE SCSP_UpdateSlot in plugins/ao/eng_ssf/scsp.c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ao/eng_ssf/scsp.c2
1 files changed, 1 insertions, 1 deletions
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;