diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 11:12:31 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 11:12:31 +0000 |
| commit | 5cebdcd06b73ebf957d52b6a7a048937b146c9cd (patch) | |
| tree | add76f949383e761edb4ba41880a7c6cae73ba08 /apps/plugins/beatbox | |
| parent | 05778b501d7dfa0d6e55d779a577db9581774e2d (diff) | |
| download | rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.zip rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.tar.gz rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.tar.bz2 rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.tar.xz | |
More tabs removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24157 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/beatbox')
| -rw-r--r-- | apps/plugins/beatbox/beatbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/beatbox/beatbox.c b/apps/plugins/beatbox/beatbox.c index 0974dc3..b8e46bc 100644 --- a/apps/plugins/beatbox/beatbox.c +++ b/apps/plugins/beatbox/beatbox.c @@ -106,7 +106,7 @@ PLUGIN_IRAM_DECLARE #define MAX_VOICES 20 // Note: 24 midi channels is the minimum general midi // spec implementation -#else // Simulator requires 44100, and we can afford to use more voices +#else // Simulator requires 44100, and we can afford to use more voices #define SAMPLE_RATE SAMPR_44 #define MAX_VOICES 48 @@ -120,7 +120,7 @@ PLUGIN_IRAM_DECLARE #undef SYNC #ifdef SIMULATOR - #define SYNC + #define SYNC #endif struct MIDIfile * mf IBSS_ATTR; |