From ca656bf81504489b07fd4940f4bc7b321d534dfc Mon Sep 17 00:00:00 2001 From: Stephen Bennett Date: Sun, 2 May 2010 21:25:58 +0100 Subject: [PATCH] Fix compiler warning --- modules/m_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_info.c b/modules/m_info.c index 62d75f75..50fbac81 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -587,7 +587,7 @@ static struct InfoStruct info_table[] = { { "resv_forcepart", OUTPUT_BOOLEAN_YN, - { &ConfigChannel.resv_forcepart }, + &ConfigChannel.resv_forcepart, "Force-part local users on channel RESV" }, {