mirror of
https://github.com/matrix-construct/construct
synced 2025-03-14 05:20:17 +01:00
Avoid unnecessary const violation.
This commit is contained in:
parent
dc396efea9
commit
54828d589d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue