From: deskull Date: Tue, 11 Feb 2014 11:01:51 +0000 (+0000) Subject: Fix undefined variable type. X-Git-Tag: v2.2.0~345 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=32a709ca3fd2b02b9292d6de7d2db320a758841f;p=hengband%2Fhengband.git Fix undefined variable type. --- diff --git a/src/main-win.c b/src/main-win.c index 0fb0d9cda..6a648c410 100644 --- a/src/main-win.c +++ b/src/main-win.c @@ -548,7 +548,7 @@ static cptr music_file[MUSIC_BASIC_MAX][SAMPLE_MUSIC_MAX]; static bool can_use_music = FALSE; static MCI_OPEN_PARMS mop; -static mci_device_type[256]; +static char mci_device_type[256]; #endif /* USE_MUSIC */