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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/rockboy/pcm.h b/apps/plugins/rockboy/pcm.h
index 3719933520..a616ce9897 100644
--- a/apps/plugins/rockboy/pcm.h
+++ b/apps/plugins/rockboy/pcm.h
@@ -7,10 +7,10 @@
7 7
8struct pcm 8struct pcm
9{ 9{
10 int hz, len; 10 int hz, len;
11 int stereo; 11 int stereo;
12 byte *buf; 12 byte *buf;
13 int pos; 13 int pos;
14}; 14};
15 15
16extern struct pcm pcm; 16extern struct pcm pcm;