summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-dgn.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-11-28 09:25:12 +0100
committerNeil Moore <neil@s-z.org>2013-11-28 11:16:38 -0500
commit72c2b335f28c212203c9a7a54ccf1e9fda117c0d (patch)
tree1b23eeb3628fd0bfa0f1d4800414e619aaf8a849 /crawl-ref/source/wiz-dgn.cc
parent13de943e3c8a939d7652b614894fc9d900461ade (diff)
downloadcrawl-ref-72c2b335f28c212203c9a7a54ccf1e9fda117c0d.tar.gz
crawl-ref-72c2b335f28c212203c9a7a54ccf1e9fda117c0d.zip
Replace `mprf(s)` with `mpr(s)`
Scripted, then manually reviewed.
Diffstat (limited to 'crawl-ref/source/wiz-dgn.cc')
-rw-r--r--crawl-ref/source/wiz-dgn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-dgn.cc b/crawl-ref/source/wiz-dgn.cc
index 58949efd0b..6e9526a9cd 100644
--- a/crawl-ref/source/wiz-dgn.cc
+++ b/crawl-ref/source/wiz-dgn.cc
@@ -565,7 +565,7 @@ bool debug_make_shop(const coord_def& pos)
place_spec_shop(pos, new_shop_type, representative);
link_items();
- mprf("Done.");
+ mpr("Done.");
return true;
}