summaryrefslogtreecommitdiff
path: root/signs.c
diff options
context:
space:
mode:
Diffstat (limited to 'signs.c')
-rw-r--r--signs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/signs.c b/signs.c
index 7c7c85f32..4b2d48cd1 100644
--- a/signs.c
+++ b/signs.c
@@ -25,7 +25,7 @@ static void SignPoolNewBlock(uint start_item)
}
/* Initialize the sign-pool */
-DEFINE_POOL(Sign, Sign, SignPoolNewBlock, NULL)
+DEFINE_OLD_POOL(Sign, Sign, SignPoolNewBlock, NULL)
/**
*