diff options
Diffstat (limited to 'protocols/Omegle/src/dialogs.h')
-rw-r--r-- | protocols/Omegle/src/dialogs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Omegle/src/dialogs.h b/protocols/Omegle/src/dialogs.h index 120df44b73..0a82e5b92e 100644 --- a/protocols/Omegle/src/dialogs.h +++ b/protocols/Omegle/src/dialogs.h @@ -22,5 +22,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once
-INT_PTR CALLBACK OmegleAccountProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );
-INT_PTR CALLBACK OmegleOptionsProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );
+INT_PTR CALLBACK OmegleAccountProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
+INT_PTR CALLBACK OmegleOptionsProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
|