소스 검색

return 0; after PostQuitMessage()

Sergey Lyubka 12 년 전
부모
커밋
fcbc36ecde
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -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;