setup: Make CalibrationLabel return value const
This commit is contained in:
parent
fa22df1349
commit
0ec616b898
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#define JOYSTICK_AXIS_WIDTH 20
|
||||
|
||||
static char *CalibrationLabel(txt_joystick_axis_t *joystick_axis)
|
||||
static const char *CalibrationLabel(txt_joystick_axis_t *joystick_axis)
|
||||
{
|
||||
switch (joystick_axis->config_stage)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue