Added missing break statement.

This commit is contained in:
Jukka Heinonen 2002-02-12 18:45:06 +00:00 committed by Alexandre Julliard
parent 6f22d775e3
commit 34f5563dab
1 changed files with 1 additions and 0 deletions

View File

@ -686,6 +686,7 @@ static DWORD CDROM_GetLabel(int drive, char *label)
case CDROM_DISK_DATA_TRACK:
if (!CDROM_Data_GetLabel(drive, label))
ret = 0;
break;
case CDROM_DISK_AUDIO_TRACK:
strcpy(label, "Audio CD ");
break;