From 1c77168443ac81aea3438a0a437beda8907eae47 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 7 Jun 2015 17:49:09 +0200 Subject: Add missing "static" to is_state_aux/kind_is_theme --- src/bldg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bldg.cc') 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]; -- cgit v1.2.3