[WINHTTP] Sync with Wine Staging 3.9. CORE-14656
[reactos.git] / dll / cpl / access / general.c
index e8421cb..414b930 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "access.h"
 
-
 #define BAUDTICKS 6
 static UINT nBaudArray[BAUDTICKS] = {300, 1200, 2400, 4800, 9600, 19200};
 
@@ -258,7 +257,7 @@ GeneralPageProc(HWND hwndDlg,
                     if (DialogBoxParam(hApplet,
                                        MAKEINTRESOURCE(IDD_SERIALKEYSOPTIONS),
                                        hwndDlg,
-                                       (DLGPROC)SerialKeysDlgProc,
+                                       SerialKeysDlgProc,
                                        (LPARAM)pGlobalData))
                         PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
                     break;