mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
src/widget.c: sanitized sprinkled 'const' qualifiers
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
parent
5f5d3b8caf
commit
67d5824320
@ -2509,7 +2509,7 @@ buttonbar_callback (Widget *w, widget_msg_t msg, int parm)
|
||||
{
|
||||
WButtonBar *bb = (WButtonBar *) w;
|
||||
int i;
|
||||
char *text;
|
||||
const char *text;
|
||||
|
||||
switch (msg) {
|
||||
case WIDGET_FOCUS:
|
||||
|
Loading…
Reference in New Issue
Block a user