winecfg: Fix a typo in autodetect_drives.

This commit is contained in:
Ben Klein 2009-01-21 21:02:12 +11:00 committed by Alexandre Julliard
parent 689675273b
commit 8df74a0edb

View file

@ -349,7 +349,7 @@ int autodetect_drives(void)
/* allocate a drive for it */
letter = allocate_letter(type);
if (letter == ']')
if (letter == 'Z' + 1)
{
report_error(NO_MORE_LETTERS);
fclose(fstab);