aboutsummaryrefslogtreecommitdiff
path: root/src/sfplay.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-04-05 11:27:26 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-04-05 11:27:26 +0000
commitcfc3bdbccea042a959bff9b255562cb92b863ca0 (patch)
treecf5c43d2ff430cdedc141e9c3c7957abde1c0af5 /src/sfplay.c
parent5b126d345c2a13c1fc58e47ff906099fd416c743 (diff)
use unused variables
svn path=/trunk/externals/zexy/; revision=4815
Diffstat (limited to 'src/sfplay.c')
-rw-r--r--src/sfplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sfplay.c b/src/sfplay.c
index cf2bc70..d197f3c 100644
--- a/src/sfplay.c
+++ b/src/sfplay.c
@@ -137,6 +137,7 @@ static int sfplay_am_i_big_endian(void)
static void sfplay_helper(t_sfplay *x)
{
+ ZEXY_USEVAR(x);
post("\nsfplay :: a soundfile-player (c) winfried ritsch 1999");
post("\ncreation :: sfplay <channels> <bytes> : channels set the number of channels, bytes skip fileheader");
post("\nopen [<path>]<filename> [<endianity>]\t::open b(ig) or l(ittle) endian file"