summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/midiutil.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-02-07 17:50:24 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-02-07 17:50:24 +0000
commitdfe46436b11c388c2423c3aae9f9e41f30df45f5 (patch)
tree074cbc29c053f89808f0a3053ef0edfa70335a98 /apps/plugins/midi/midiutil.h
parentcc572378fc76cb9d78160c2ffeafb1e7b867c88a (diff)
downloadrockbox-dfe46436b11c388c2423c3aae9f9e41f30df45f5.tar.gz
rockbox-dfe46436b11c388c2423c3aae9f9e41f30df45f5.zip
Remove tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24547 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/midi/midiutil.h')
-rw-r--r--apps/plugins/midi/midiutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/midiutil.h b/apps/plugins/midi/midiutil.h
index ba64a00e28..f984e71aff 100644
--- a/apps/plugins/midi/midiutil.h
+++ b/apps/plugins/midi/midiutil.h
@@ -41,7 +41,7 @@
41#define MAX_VOICES 24 /* Note: 24 midi channels is the minimum general midi spec implementation */ 41#define MAX_VOICES 24 /* Note: 24 midi channels is the minimum general midi spec implementation */
42#endif /* CPU_PP */ 42#endif /* CPU_PP */
43 43
44#else /* Simulator requires 44100Hz, and we can afford to use more voices */ 44#else /* Simulator requires 44100Hz, and we can afford to use more voices */
45 45
46#define SAMPLE_RATE SAMPR_44 46#define SAMPLE_RATE SAMPR_44
47#define MAX_VOICES 48 47#define MAX_VOICES 48