diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-01-27 20:11:07 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-01-27 20:11:07 +0000 |
commit | dd802db0d3cb38f4590d15aebaa301eb4608157c (patch) | |
tree | ab9006370594f3357cca2aeaca4418f53189a99f /src/core | |
parent | eefe0a2e6705204b0fdbb0bc5b798d9f4e6b67b1 (diff) |
Minor bugfixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@11929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/modules.cpp b/src/core/modules.cpp index e69a0b719f..21824566ed 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../modules/langpack/langpack.h"
#include "../modules/chat/chat.h"
-int CheckRestart(); // core: IDD_WAITRESTART
+INT_PTR CheckRestart(); // core: IDD_WAITRESTART
int LoadSystemModule(void); // core: m_system.h services
int LoadNewPluginsModuleInfos(void); // core: preloading plugins
|