diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-08-24 17:50:03 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-08-24 17:50:03 +0000 |
commit | 9df14d4d6df6f3b2d65eb18c15e5789b383c5998 (patch) | |
tree | f4ad12c9dfec6afd113f85aec93b9f5839347306 /protocols | |
parent | 0318ff1ecdc49088cbc15bc1aa3b6eaa06c16efc (diff) |
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@1530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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.
|