Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module.cc')
-rw-r--r--src/core/module.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module.cc b/src/core/module.cc
index 5dd07b5..6271331 100644
--- a/src/core/module.cc
+++ b/src/core/module.cc
@@ -14,7 +14,7 @@ namespace core
Module* Module::module_instance = 0;
Module::Module(const char *name, bool interactive) :
- module_name(name)
+ module_name(name)
{
module_running = true;
module_interactive = interactive;