winecfg: Added missing break (Coverity).

oldstable
Marcus Meissner 2011-03-18 22:07:45 +01:00 committed by Alexandre Julliard
parent d15a04bdce
commit fd2fe2be0d
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ static void report_error(int code)
MessageBox(NULL, "No virtual drive C mapped!\n", "", MB_OK | MB_ICONEXCLAMATION);
else
fprintf(stderr, "winecfg: no drive_c directory\n");
break;
case NO_HOME:
if (gui_mode)
MessageBox(NULL, "Could not ensure that your home directory was mapped.\n\n"