Skip to content
Snippets Groups Projects
Commit fcbc36ec authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

return 0; after PostQuitMessage()

parent 70771f29
No related branches found
No related tags found
No related merge requests found
......@@ -416,7 +416,7 @@ static LRESULT CALLBACK WindowProc(HWND hWnd, UINT msg, WPARAM wParam,
mg_stop(ctx);
Shell_NotifyIcon(NIM_DELETE, &TrayIcon);
PostQuitMessage(0);
break;
return 0;
case ID_EDIT_CONFIG:
edit_config_file();
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment