summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/pcm.h')
-rw-r--r--apps/plugins/rockboy/pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/pcm.h b/apps/plugins/rockboy/pcm.h
index 3719933520..742f0e5a95 100644
--- a/apps/plugins/rockboy/pcm.h
+++ b/apps/plugins/rockboy/pcm.h
@@ -9,7 +9,7 @@ struct pcm
9{ 9{
10 int hz, len; 10 int hz, len;
11 int stereo; 11 int stereo;
12 byte *buf; 12 short *buf;
13 int pos; 13 int pos;
14}; 14};
15 15