summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-16 17:29:52 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-16 17:29:52 -0500
commitfbd3998f59e01195208f81543ade3086b5732157 (patch)
tree872222b08679328803a7d012da3372a3e99182d2 /crawl-ref/source/spells3.cc
parent241ceb5971b5c87b58e7f28f9fee417230561a5d (diff)
downloadcrawl-ref-fbd3998f59e01195208f81543ade3086b5732157.tar.gz
crawl-ref-fbd3998f59e01195208f81543ade3086b5732157.zip
Add minor cosmetic fixes.
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 5ec06009a8..0f431e3aff 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1503,7 +1503,7 @@ static bool _teleport_player(bool allow_control, bool new_abyss_area)
#if DEBUG_DIAGNOSTICS
mprf(MSGCH_DIAGNOSTICS,
- "Scattered target square (%d,%d)", pos.x, pos.y );
+ "Scattered target square (%d, %d)", pos.x, pos.y);
#endif
if (is_controlled)