setup: Make joystick_config_t name member const
This commit is contained in:
parent
0ec616b898
commit
5a7cb09524
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
typedef struct
|
||||
{
|
||||
char *name; // Config file name
|
||||
const char *name; // Config file name
|
||||
int value;
|
||||
} joystick_config_t;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue