summaryrefslogtreecommitdiff
path: root/apps/plugins/wv2wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wv2wav.c')
-rw-r--r--apps/plugins/wv2wav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wv2wav.c b/apps/plugins/wv2wav.c
index c0bc05cf12..909a0c3c63 100644
--- a/apps/plugins/wv2wav.c
+++ b/apps/plugins/wv2wav.c
@@ -29,7 +29,7 @@
29 29
30static struct plugin_api* rb; 30static struct plugin_api* rb;
31static file_info_struct file_info; 31static file_info_struct file_info;
32static long temp_buffer [BUFFER_SIZE]; 32static long temp_buffer [BUFFER_SIZE] IDATA_ATTR;
33 33
34/* Reformat samples from longs in processor's native endian mode to 34/* Reformat samples from longs in processor's native endian mode to
35 little-endian data with 2 bytes / sample. */ 35 little-endian data with 2 bytes / sample. */