diff options
Diffstat (limited to 'protocols/IcqOscarJ/chan_05ping.cpp')
-rw-r--r-- | protocols/IcqOscarJ/chan_05ping.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/chan_05ping.cpp b/protocols/IcqOscarJ/chan_05ping.cpp index ac0dc1d87f..d245bd65bf 100644 --- a/protocols/IcqOscarJ/chan_05ping.cpp +++ b/protocols/IcqOscarJ/chan_05ping.cpp @@ -53,7 +53,7 @@ void __cdecl CIcqProto::KeepAliveThread(void *arg) info->hKeepAliveEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
- for(;;)
+ for (;;)
{
DWORD dwWait = ICQWaitForSingleObject(info->hKeepAliveEvent, dwInterval);
if (serverThreadHandle == NULL) // connection lost, end
|