summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-12-26 19:39:32 +0100
committerkrzys-h <krzys_h@interia.pl>2013-12-26 19:39:32 +0100
commit8b121910c1f762cb83f438c9595ba98f6b4cbc2e (patch)
treed155a9e87a1fb8b5ec64fad2981b88afa5929a3d /src/object/robotmain.cpp
parent46a7aa98b092592a1d886ef60c662ffcf826611a (diff)
downloadcolobot-8b121910c1f762cb83f438c9595ba98f6b4cbc2e.tar.gz
colobot-8b121910c1f762cb83f438c9595ba98f6b4cbc2e.tar.bz2
colobot-8b121910c1f762cb83f438c9595ba98f6b4cbc2e.zip
Indentation fixes
Diffstat (limited to 'src/object/robotmain.cpp')
-rw-r--r--src/object/robotmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp
index 8b79c89..87b8311 100644
--- a/src/object/robotmain.cpp
+++ b/src/object/robotmain.cpp
@@ -6015,7 +6015,7 @@ void CRobotMain::CompileScript(bool soluce)
if (name[0] != 0)
{
if(! brain->ReadProgram(j, name)) {
- CLogger::GetInstancePointer()->Error("Unable to read script from file \"%s\"\n", name);
+ CLogger::GetInstancePointer()->Error("Unable to read script from file \"%s\"\n", name);
}
if (!brain->GetCompile(j)) nbError++;
}