diff options
Diffstat (limited to 'src/Mount/Mount.c')
-rw-r--r-- | src/Mount/Mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index 83ae9a9c..52ee632f 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c @@ -10136,7 +10136,6 @@ int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, wchar_t *lpsz DialogBoxParamW (hInstance, MAKEINTRESOURCEW (IDD_MOUNT_DLG), NULL, (DLGPROC) MainDialogProc, (LPARAM) lpszCommandLine); - FinalizeApp (); /* Terminate */ return 0; } |