fix for GCC15
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
struct states
|
||||
{
|
||||
const char *st_name;
|
||||
int (*proc)();
|
||||
int (*proc)(void *);
|
||||
};
|
||||
typedef struct states s_states;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user