diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-04 16:15:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-04 16:15:17 +0000 |
commit | 8d1945e4806fbffed51d417a8e3fefff40adb0b2 (patch) | |
tree | 9ba16610ef094ef4ece96262dc0fbdcda0a419b2 /protocols/Yahoo/server.cpp | |
parent | 1200c852713d63ea89ad6d7d63b9ef01d5fc960c (diff) |
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/server.cpp')
-rw-r--r-- | protocols/Yahoo/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Yahoo/server.cpp b/protocols/Yahoo/server.cpp index 3f901e4149..0de8fe2f5d 100644 --- a/protocols/Yahoo/server.cpp +++ b/protocols/Yahoo/server.cpp @@ -105,7 +105,7 @@ void __cdecl CYahooProto::server_main(void *empty) nls.hReadConns[ridx] = NULL;
nls.hWriteConns[widx] = NULL;
- if (m_connections == NULL){
+ if (m_connections == NULL) {
DebugLog("Last connection closed.");
break;
}
|