diff options
author | Wohlstand <admin@wohlnet.ru> | 2016-06-07 19:09:42 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2016-06-07 19:09:42 +0300 |
commit | 79f6290672e059e4be4837c41bb565d136c2a8bd (patch) | |
tree | 97f6ceee3c40c7b5aaddd387835d12ddfdbb31e8 /src/adldata.hh | |
parent | 1b6fa6a2c6b508d480dec65eb60eb64f88d06f78 (diff) | |
download | libADLMIDI-79f6290672e059e4be4837c41bb565d136c2a8bd.tar.gz libADLMIDI-79f6290672e059e4be4837c41bb565d136c2a8bd.tar.bz2 libADLMIDI-79f6290672e059e4be4837c41bb565d136c2a8bd.zip |
Continue research at JungleVision file format
Diffstat (limited to 'src/adldata.hh')
-rw-r--r-- | src/adldata.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adldata.hh b/src/adldata.hh index 1be928c..ed9122c 100644 --- a/src/adldata.hh +++ b/src/adldata.hh @@ -57,5 +57,5 @@ extern const struct adlinsdata double fine_tune; } adlins[]; extern const unsigned short banks[][256]; -extern const char* const banknames[68]; +extern const char* const banknames[]; |