summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/shopping.h')
-rw-r--r--crawl-ref/source/shopping.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h
index d577f67a13..0bbaae8457 100644
--- a/crawl-ref/source/shopping.h
+++ b/crawl-ref/source/shopping.h
@@ -11,11 +11,11 @@
#include "externs.h"
#include "itemname.h"
-int artefact_value( const item_def &item );
+int artefact_value(const item_def &item);
// ident == true overrides the item ident level and gives the price
// as if the item was fully id'd
-unsigned int item_value( item_def item, bool ident = false );
+unsigned int item_value(item_def item, bool ident = false);
void shop();
shop_struct *get_shop(const coord_def& where);