diff options
Diffstat (limited to 'src/Setup/Wizard.c')
-rw-r--r-- | src/Setup/Wizard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Setup/Wizard.c b/src/Setup/Wizard.c index 66e24571..3dcb138e 100644 --- a/src/Setup/Wizard.c +++ b/src/Setup/Wizard.c @@ -702,7 +702,7 @@ BOOL CALLBACK PageDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa return 1; case IDC_DISABLE_MEMORY_PROTECTION_HELP: - Applink("memoryprotection") + Applink("memoryprotection"); return 1; case IDC_FILE_TYPE: |