Remove const qualifier.
All checks were successful
Remind unit tests / tests (push) Successful in 32s

This commit is contained in:
Dianne Skoll
2024-12-16 17:10:45 -05:00
parent e394f402f8
commit 2504b39be2

View File

@@ -286,7 +286,7 @@ typedef struct {
char const *name;
char modifiable;
int type;
void const *value;
void *value;
int min; /* Or const-value */
int max;
} SysVar;