aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index fe8913bcc5..f99c1eef14 100644
--- a/st.c
+++ b/st.c
@@ -416,7 +416,7 @@ do {\
static void
unpack_entries(register st_table *table)
{
- int i;
+ st_index_t i;
struct st_table_entry *packed_bins[MAX_PACKED_NUMHASH*2];
st_table tmp_table = *table;