We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7867d commit d9147a8Copy full SHA for d9147a8
2 files changed
src/inputs.c
@@ -111,7 +111,7 @@
111
#define BUTNAME_ENTER _tr("Enter")
112
#define BUTNAME_EXIT _tr("Exit")
113
114
-const char *tx_stick_names[4] = {
+const char * const tx_stick_names[4] = {
115
_tr_noop("RIGHT_H"),
116
_tr_noop("LEFT_V"),
117
_tr_noop("RIGHT_V"),
src/mixer.h
@@ -93,7 +93,7 @@ struct Curve {
93
};
94
95
//The followingis defined bythe target
96
-extern const char *tx_stick_names[4];
+extern const char *const tx_stick_names[4];
97
98
enum TemplateType {
99
MIXERTEMPLATE_NONE,
0 commit comments