summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-asrt.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-01-26 16:10:57 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-01-26 16:10:57 -0600
commit9099ef4c9d5c38b739d6cfe952c737eb98134c88 (patch)
treefffcdce5024fad6fc30ccc19f8098f20ed96046e /crawl-ref/source/dbg-asrt.cc
parent703e45fda25b049f2f97b6ceba87c6f3812d2c8d (diff)
downloadcrawl-ref-9099ef4c9d5c38b739d6cfe952c737eb98134c88.tar.gz
crawl-ref-9099ef4c9d5c38b739d6cfe952c737eb98134c88.zip
Add spacing fix.
Diffstat (limited to 'crawl-ref/source/dbg-asrt.cc')
-rw-r--r--crawl-ref/source/dbg-asrt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dbg-asrt.cc b/crawl-ref/source/dbg-asrt.cc
index 16788995fe..388e2ae202 100644
--- a/crawl-ref/source/dbg-asrt.cc
+++ b/crawl-ref/source/dbg-asrt.cc
@@ -143,7 +143,7 @@ static void _dump_player(FILE *file)
you.strength(false), you.max_strength(),
you.intel(false), you.max_intel(),
you.dex(false), you.max_dex());
- fprintf(file, "Position: %s, god:%s (%d), turn_is_over: %d, "
+ fprintf(file, "Position: %s, god: %s (%d), turn_is_over: %d, "
"banished: %d\n",
debug_coord_str(you.pos()).c_str(),
god_name(you.religion).c_str(), (int) you.religion,