aboutsummaryrefslogtreecommitdiff
path: root/frontend/GameController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/GameController.cpp')
-rw-r--r--frontend/GameController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/GameController.cpp b/frontend/GameController.cpp
index f160006..d7b5f96 100644
--- a/frontend/GameController.cpp
+++ b/frontend/GameController.cpp
@@ -85,7 +85,7 @@ void GameController::gameloop() {
try {
this->cmd(line);
} catch (Exception & e) {
- lprtf("FOUT: %s\n", e.what());
+ lprtf("FOUT: %s.\n", e.what());
}
if (player.is_dead())