summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cluautil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-11-19 21:01:34 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-11-19 21:01:34 +0100
commit5b6b80ccc3ae539ac05cb868fa9d00451299da59 (patch)
treee514ebd695abb2c90c269b85efbd64ac37db24a0 /crawl-ref/source/cluautil.h
parentb63d4227075ae3fb862f26c022360ef384ad4110 (diff)
parent0534696989ccbd75f8352bef1b464b794cee8389 (diff)
downloadcrawl-ref-5b6b80ccc3ae539ac05cb868fa9d00451299da59.tar.gz
crawl-ref-5b6b80ccc3ae539ac05cb868fa9d00451299da59.zip
Merge branch 'master' into portal_branches
Diffstat (limited to 'crawl-ref/source/cluautil.h')
-rw-r--r--crawl-ref/source/cluautil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/cluautil.h b/crawl-ref/source/cluautil.h
index 7026eefd7f..b037924932 100644
--- a/crawl-ref/source/cluautil.h
+++ b/crawl-ref/source/cluautil.h
@@ -154,7 +154,7 @@ void push_item(lua_State *ls, item_def *item);
ls, \
make_stringf("Point (%d,%d) is out of bounds", \
c.x, c.y).c_str()); \
- else ;
+ else {};
#define COORDS(c, p1, p2) \