diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/JabberG/jabber_iq_handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/jabber_iq_handlers.cpp b/protocols/JabberG/jabber_iq_handlers.cpp index c0cdf8b332..ff3863e116 100644 --- a/protocols/JabberG/jabber_iq_handlers.cpp +++ b/protocols/JabberG/jabber_iq_handlers.cpp @@ -91,7 +91,7 @@ BOOL GetOSDisplayString(LPTSTR pszOS, int BUFSIZE) {
osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
if (!GetVersionEx((OSVERSIONINFO*)&osvi))
- return;
+ return FALSE;
}
// Call GetNativeSystemInfo if supported or GetSystemInfo otherwise.
|