summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/test_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index b41f053571..465030d7fc 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -363,7 +363,7 @@ static bool pcmbuf_insert_wav(const void *ch1, const void *ch2, int count)
363} 363}
364 364
365/* Set song position in WPS (value in ms). */ 365/* Set song position in WPS (value in ms). */
366static void set_elapsed(unsigned int value) 366static void set_elapsed(unsigned long value)
367{ 367{
368 elapsed = value; 368 elapsed = value;
369} 369}