aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/definestructcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/definestructcommand.cpp')
-rw-r--r--engines/mutationofjb/commands/definestructcommand.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mutationofjb/commands/definestructcommand.cpp b/engines/mutationofjb/commands/definestructcommand.cpp
index bea3497a3d..455e2433ab 100644
--- a/engines/mutationofjb/commands/definestructcommand.cpp
+++ b/engines/mutationofjb/commands/definestructcommand.cpp
@@ -96,4 +96,5 @@ Command::ExecuteResult DefineStructCommand::execute(ScriptExecutionContext &scri
Common::String DefineStructCommand::debugString() const {
return "DEFINE_STRUCT <data omitted>";
}
+
}