OSDN Git Service

Fix undefined variable type.
authordeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 11 Feb 2014 11:01:51 +0000 (11:01 +0000)
committerdeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 11 Feb 2014 11:01:51 +0000 (11:01 +0000)
src/main-win.c

index 0fb0d9c..6a648c4 100644 (file)
@@ -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 */