summaryrefslogtreecommitdiff
path: root/protocols/Omegle/proto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Omegle/proto.cpp')
-rw-r--r--protocols/Omegle/proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/proto.cpp b/protocols/Omegle/proto.cpp
index ca930961b8..b91cc72f23 100644
--- a/protocols/Omegle/proto.cpp
+++ b/protocols/Omegle/proto.cpp
@@ -219,7 +219,7 @@ int OmegleProto::OnOptionsInit(WPARAM wParam,LPARAM lParam)
odp.ptszTab = LPGENT("Account");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPTIONS);
odp.pfnDlgProc = OmegleOptionsProc;
- Options_AddPage(wParam,&odp);
+ Options_AddPage(wParam, &odp);
return 0;
}