summaryrefslogtreecommitdiff
path: root/apps/plugins/wavview.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wavview.c')
-rw-r--r--apps/plugins/wavview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wavview.c b/apps/plugins/wavview.c
index b56a379a43..f399e052a4 100644
--- a/apps/plugins/wavview.c
+++ b/apps/plugins/wavview.c
@@ -60,7 +60,7 @@ struct peakstruct
60 60
61/* global vars */ 61/* global vars */
62static char *audiobuf; 62static char *audiobuf;
63static int audiobuflen; 63static ssize_t audiobuflen;
64static uint32_t mempeakcount = 0; 64static uint32_t mempeakcount = 0;
65static uint32_t filepeakcount = 0; 65static uint32_t filepeakcount = 0;
66static uint32_t fppmp = 0; /* file peaks per mem peaks */ 66static uint32_t fppmp = 0; /* file peaks per mem peaks */