Commit fd2fe2be authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

winecfg: Added missing break (Coverity).

parent d15a04bd
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment