aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/xa.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfsound/xa.c')
-rw-r--r--plugins/dfsound/xa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/xa.c b/plugins/dfsound/xa.c
index af78acb..1c5425e 100644
--- a/plugins/dfsound/xa.c
+++ b/plugins/dfsound/xa.c
@@ -104,7 +104,7 @@ INLINE void MixXA(void)
// small linux time helper... only used for watchdog
////////////////////////////////////////////////////////////////////////
-unsigned long timeGetTime_spu()
+static unsigned long timeGetTime_spu()
{
struct timeval tv;
gettimeofday(&tv, 0); // well, maybe there are better ways