summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/clua/dungeon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dat/clua/dungeon.lua')
-rw-r--r--crawl-ref/source/dat/clua/dungeon.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dat/clua/dungeon.lua b/crawl-ref/source/dat/clua/dungeon.lua
index cea1849ad3..7b9f1426da 100644
--- a/crawl-ref/source/dat/clua/dungeon.lua
+++ b/crawl-ref/source/dat/clua/dungeon.lua
@@ -357,7 +357,7 @@ function portal_next(e, next)
end
end
--- Turn persistant data into a human readable string
+-- Turn persistant data into a human readable string.
function persist_to_string()
return table_to_string(dgn.persist)
-end
+end \ No newline at end of file