From 0ff520f708fdbc9c138d252f3f3bba8bc40790ef Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 17 Dec 2007 18:32:26 +0000 Subject: [PATCH] cinfo_simple warning --- src/common/spells/unitcurse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/spells/unitcurse.c b/src/common/spells/unitcurse.c index 2473ac69b..05bf9c26b 100644 --- a/src/common/spells/unitcurse.c +++ b/src/common/spells/unitcurse.c @@ -67,8 +67,7 @@ static struct curse_type ct_auraboost = { /* Magic Boost - Gabe des Chaos */ static struct curse_type ct_magicboost = { "magicboost", - CURSETYP_UNIT, CURSE_SPREADMODULO|CURSE_IMMUNE, M_MEN, - NULL + CURSETYP_UNIT, CURSE_SPREADMODULO|CURSE_IMMUNE, M_MEN, cinfo_simple }; /* ------------------------------------------------------------- */