summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-05 12:33:00 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-05 13:03:12 +0200
commit53671ccab2db8416aa16b9df6ba799e0cfaa78dd (patch)
tree652c985a199e144b6795ce64a7011b4f5a68a022 /crawl-ref/source/mapmark.cc
parent1e34f3b3685886a2186a90ee2e6c976aa15c8730 (diff)
downloadcrawl-ref-53671ccab2db8416aa16b9df6ba799e0cfaa78dd.tar.gz
crawl-ref-53671ccab2db8416aa16b9df6ba799e0cfaa78dd.zip
String scalars are scalars, too.
Diffstat (limited to 'crawl-ref/source/mapmark.cc')
-rw-r--r--crawl-ref/source/mapmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapmark.cc b/crawl-ref/source/mapmark.cc
index c142ec0803..1004cde717 100644
--- a/crawl-ref/source/mapmark.cc
+++ b/crawl-ref/source/mapmark.cc
@@ -395,7 +395,7 @@ std::string map_lua_marker::debug_to_string() const
lua_stack_cleaner cln(dlua);
if (!get_table())
- return ("Unable to get table for lua marker.");
+ return "Unable to get table for lua marker.";
if (!dlua.callfn("table_to_string", 1, 1))
return make_stringf("error (table_to_string): %s",