summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index bc214b322a..751c7189df 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -99,7 +99,7 @@ int burden_change(void);
/* ***********************************************************************
* called from: items - misc
* *********************************************************************** */
-int carrying_capacity( burden_state_type bs = BS_OVERLOADED );
+int carrying_capacity(burden_state_type bs = BS_OVERLOADED);
/* ***********************************************************************