diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-02-07 17:50:24 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-02-07 17:50:24 +0000 |
| commit | dfe46436b11c388c2423c3aae9f9e41f30df45f5 (patch) | |
| tree | 074cbc29c053f89808f0a3053ef0edfa70335a98 /apps/plugins | |
| parent | cc572378fc76cb9d78160c2ffeafb1e7b867c88a (diff) | |
| download | rockbox-dfe46436b11c388c2423c3aae9f9e41f30df45f5.zip rockbox-dfe46436b11c388c2423c3aae9f9e41f30df45f5.tar.gz rockbox-dfe46436b11c388c2423c3aae9f9e41f30df45f5.tar.bz2 rockbox-dfe46436b11c388c2423c3aae9f9e41f30df45f5.tar.xz | |
Remove tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24547 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/midi/midiutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/midiutil.h b/apps/plugins/midi/midiutil.h index ba64a00..f984e71 100644 --- a/apps/plugins/midi/midiutil.h +++ b/apps/plugins/midi/midiutil.h @@ -41,7 +41,7 @@ #define MAX_VOICES 24 /* Note: 24 midi channels is the minimum general midi spec implementation */ #endif /* CPU_PP */ -#else /* Simulator requires 44100Hz, and we can afford to use more voices */ +#else /* Simulator requires 44100Hz, and we can afford to use more voices */ #define SAMPLE_RATE SAMPR_44 #define MAX_VOICES 48 |