=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/aucat.c,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- src/usr.bin/aucat/aucat.c 2019/06/28 13:35:00 1.176 +++ src/usr.bin/aucat/aucat.c 2021/01/12 15:46:53 1.177 @@ -132,8 +132,8 @@ /* * length of voice and common MIDI messages (status byte included) */ -unsigned int voice_len[] = { 3, 3, 3, 3, 2, 2, 3 }; -unsigned int common_len[] = { 0, 2, 3, 2, 0, 0, 1, 1 }; +const unsigned int voice_len[] = { 3, 3, 3, 3, 2, 2, 3 }; +const unsigned int common_len[] = { 0, 2, 3, 2, 0, 0, 1, 1 }; char usagestr[] = "usage: aucat [-dn] [-b size] " "[-c min:max] [-e enc] [-f device] [-g position]\n\t"