diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2009-07-03 22:16:11 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2009-07-03 22:16:11 +0000 |
commit | 0d4560cb0305029fa5f0739670286176ab47cb65 (patch) | |
tree | 9899f4324664a77e6a5884fdd1541818a28a2172 /apps/plugins/pdbox/PDa/intern/tabsend~.c | |
parent | eabeb928ddfdbe5fc6379efb87d9522803310649 (diff) | |
download | rockbox-0d4560cb0305029fa5f0739670286176ab47cb65.tar.gz rockbox-0d4560cb0305029fa5f0739670286176ab47cb65.zip |
Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some keyword and line-ending fixes by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21626 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pdbox/PDa/intern/tabsend~.c')
-rw-r--r-- | apps/plugins/pdbox/PDa/intern/tabsend~.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/intern/tabsend~.c b/apps/plugins/pdbox/PDa/intern/tabsend~.c index 9021bac951..a3bc5605b4 100644 --- a/apps/plugins/pdbox/PDa/intern/tabsend~.c +++ b/apps/plugins/pdbox/PDa/intern/tabsend~.c | |||
@@ -54,7 +54,11 @@ bad: | |||
54 | 54 | ||
55 | static void tabsend_dsp(t_tabsend *x, t_signal **sp) | 55 | static void tabsend_dsp(t_tabsend *x, t_signal **sp) |
56 | { | 56 | { |
57 | #ifdef ROCKBOX | ||
58 | int vecsize; | ||
59 | #else | ||
57 | int i, vecsize; | 60 | int i, vecsize; |
61 | #endif | ||
58 | t_garray *a; | 62 | t_garray *a; |
59 | 63 | ||
60 | if (!(a = (t_garray *)pd_findbyclass(x->x_arrayname, garray_class))) | 64 | if (!(a = (t_garray *)pd_findbyclass(x->x_arrayname, garray_class))) |