summaryrefslogtreecommitdiff
path: root/src/bldg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bldg.cc')
-rw-r--r--src/bldg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bldg.cc b/src/bldg.cc
index 640c04f5..d4a1d518 100644
--- a/src/bldg.cc
+++ b/src/bldg.cc
@@ -39,7 +39,7 @@ static int building_loc = 0;
/*
* A helper function for is_state
*/
-bool_ is_state_aux(store_type *s_ptr, int state)
+static bool_ is_state_aux(store_type *s_ptr, int state)
{
owner_type *ow_ptr = &ow_info[s_ptr->owner];