winecfg: Added missing break (Coverity).
authorMarcus Meissner <marcus@jet.franken.de>
Fri, 18 Mar 2011 21:07:45 +0000 (22:07 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 28 Mar 2011 15:10:49 +0000 (17:10 +0200)
programs/winecfg/drivedetect.c

index b20b97c91470743521185b5bcca671e4709769f5..c7e2f78d69524f78d3cb7e02b3180aa72df84411 100644 (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"