diff options
Diffstat (limited to 'protocols/Omegle/chat.cpp')
-rw-r--r-- | protocols/Omegle/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/chat.cpp b/protocols/Omegle/chat.cpp index 169877b9fb..b69a41bf50 100644 --- a/protocols/Omegle/chat.cpp +++ b/protocols/Omegle/chat.cpp @@ -307,7 +307,7 @@ int OmegleProto::OnJoinChat(WPARAM,LPARAM suppress) SetTopic();
// Note: Initialization will finish up in SetChatStatus, called separately
- if(!suppress)
+ if (!suppress)
SetChatStatus(m_iStatus);
return 0;
|