Skip to content

Commit

Permalink
disable update check
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Mar 5, 2023
1 parent 159cca2 commit 7d51af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/zadig.c
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ INT_PTR CALLBACK main_callback(HWND hDlg, UINT message, WPARAM wParam, LPARAM lP
break;

case WM_INITDIALOG:
SetUpdateCheck();

// Setup options
cl_options.trim_whitespaces = TRUE;

Expand Down

0 comments on commit 7d51af5

Please sign in to comment.