summaryrefslogtreecommitdiffstats
path: root/src/Common
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-02-14 13:48:26 +0100
committerMatthias Schiffer <matthias@gamezock.de>2009-02-14 13:48:26 +0100
commit0a8624a39a7d0a99963153533a7ca3092154d3bd (patch)
treed190bc5f101c1e90cb0650fa1fcbee01ee56313a /src/Common
parent04363ca342914ba75e693edb876cbe535839fa79 (diff)
downloadmad-0a8624a39a7d0a99963153533a7ca3092154d3bd.tar
mad-0a8624a39a7d0a99963153533a7ca3092154d3bd.zip
Nur ein paar kleinere Bug- und Warnungsfixes
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/ModuleManager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/ModuleManager.cpp b/src/Common/ModuleManager.cpp
index 0e892c5..03ed880 100644
--- a/src/Common/ModuleManager.cpp
+++ b/src/Common/ModuleManager.cpp
@@ -34,6 +34,8 @@ ModuleManager ModuleManager::moduleManager;
int ModuleManager::preopenCallback(lt_dlhandle handle) {
moduleManager.modules.insert(std::make_pair(lt_dlgetinfo(handle)->name, std::make_pair(handle, false)));
+
+ return 0;
}
void ModuleManager::doInit() {