0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-18 00:18:41 +02:00

Avoid unnecessary const violation.

This commit is contained in:
Jilles Tjoelker 2009-02-22 00:05:48 +01:00
parent dc396efea9
commit 54828d589d

View file

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