From 9df14d4d6df6f3b2d65eb18c15e5789b383c5998 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 24 Aug 2012 17:50:03 +0000 Subject: typo git-svn-id: http://svn.miranda-ng.org/main/trunk@1530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/jabber_iq_handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') 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. -- cgit v1.2.3