summaryrefslogtreecommitdiff
path: root/apps/plugins/wav2wv.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wav2wv.c')
-rw-r--r--apps/plugins/wav2wv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wav2wv.c b/apps/plugins/wav2wv.c
index 34f0317726..a889bb848c 100644
--- a/apps/plugins/wav2wv.c
+++ b/apps/plugins/wav2wv.c
@@ -38,7 +38,7 @@ void *memcpy(void *dest, const void *src, size_t n) {
38} 38}
39 39
40static char *audiobuf; 40static char *audiobuf;
41static int audiobuflen; 41static ssize_t audiobuflen;
42 42
43static struct wav_header { 43static struct wav_header {
44 char ckID [4]; /* RIFF chuck header */ 44 char ckID [4]; /* RIFF chuck header */