Fix a small warning.

This commit is contained in:
JD Horelick 2010-11-13 20:37:41 -05:00
parent 44ee1bb6b9
commit 8071ad5acf
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ change_isupport(const char *name, const char *(*func)(const void *), const void
{
rb_dlink_node *ptr;
struct isupportitem *item;
const void *oldvalue;
const void *oldvalue = NULL;
RB_DLINK_FOREACH(ptr, isupportlist.head)
{