X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..9ca7505f1243ed1d2a2012caa09a52d41115c069:/src/common/module.cpp diff --git a/src/common/module.cpp b/src/common/module.cpp index 1913dcd7e5..5534c4c2dd 100644 --- a/src/common/module.cpp +++ b/src/common/module.cpp @@ -6,7 +6,7 @@ // Created: 04/11/98 // RCS-ID: $Id$ // Copyright: (c) Wolfram Gloger and Guilhem Lavaux -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) @@ -78,11 +78,11 @@ bool wxModule::InitializeModules() n->GetData()->OnExit(); } - return FALSE; + return false; } } - return TRUE; + return true; } void wxModule::CleanUpModules()