diff test/loopwave.c @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents 0394f8ebc42d
children 8b9d79e7eacf c121d94672cb e905bb5d9bc3
line wrap: on
line diff
--- a/test/loopwave.c	Mon May 01 06:58:33 2006 +0000
+++ b/test/loopwave.c	Wed May 17 08:18:28 2006 +0000
@@ -32,7 +32,7 @@
 }
 
 
-void fillerup(void *unused, Uint8 *stream, int len)
+void SDLCALL fillerup(void *unused, Uint8 *stream, int len)
 {
 	Uint8 *waveptr;
 	int    waveleft;