use const keyword --> fewer warnings

This commit is contained in:
Albert Cahalan 2004-11-23 01:28:44 +00:00
parent 7aa5b236a4
commit dc6ae1a5b8
10 changed files with 67 additions and 63 deletions

View file

@ -55,7 +55,7 @@ enum {
/* Sound file filenames: */
char * sound_fnames[NUM_SOUNDS] = {
const char * const sound_fnames[NUM_SOUNDS] = {
DATA_PREFIX "sounds/harp.wav",
DATA_PREFIX "sounds/click.wav",
DATA_PREFIX "sounds/bleep.wav",