summaryrefslogtreecommitdiff
path: root/src/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells2.cc')
-rw-r--r--src/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spells2.cc b/src/spells2.cc
index be2bd7a9..04b62bc2 100644
--- a/src/spells2.cc
+++ b/src/spells2.cc
@@ -2892,7 +2892,7 @@ static bool_ item_tester_hook_weapon(object_type *o_ptr)
/*
* Hook to specify "armour"
*/
-bool_ item_tester_hook_armour(object_type *o_ptr)
+static bool_ item_tester_hook_armour(object_type *o_ptr)
{
switch (o_ptr->tval)
{