diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-09-24 16:47:34 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-09-24 16:47:34 +0000 |
| commit | ff7b3c5e4eb7a0598cde2f5afa51e4fd444830dc (patch) | |
| tree | 38564254860b7a171122bce413dd802f3ee69853 /apps/plugins/midi/sequencer.c | |
| parent | 0e49605aaae01722a618dfdc64a328cc0e92bc04 (diff) | |
| download | rockbox-ff7b3c5e4eb7a0598cde2f5afa51e4fd444830dc.zip rockbox-ff7b3c5e4eb7a0598cde2f5afa51e4fd444830dc.tar.gz rockbox-ff7b3c5e4eb7a0598cde2f5afa51e4fd444830dc.tar.bz2 rockbox-ff7b3c5e4eb7a0598cde2f5afa51e4fd444830dc.tar.xz | |
Fix midi playback on 64 bit sims and const a table
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14842 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/midi/sequencer.c')
| -rw-r--r-- | apps/plugins/midi/sequencer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/sequencer.c b/apps/plugins/midi/sequencer.c index 473b7e4..dbf238b 100644 --- a/apps/plugins/midi/sequencer.c +++ b/apps/plugins/midi/sequencer.c @@ -76,7 +76,7 @@ long pitchTbl[]= }; */ -long pitchTbl[] ICONST_ATTR={ +const long pitchTbl[] ICONST_ATTR={ 58386,58412,58439,58465,58491,58518,58544,58571,58597,58624,58650,58676, 58703,58729,58756,58782,58809,58836,58862,58889,58915,58942,58968,58995, 59022,59048,59075,59102,59128,59155,59182,59208,59235,59262,59289,59315, |