mirror of https://github.com/MidnightCommander/mc
(strip_ctrl_codes): add missing default case.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
c43d3420e6
commit
fd4d25ae27
|
@ -776,6 +776,8 @@ strip_ctrl_codes (char *s)
|
|||
r = new_r + 1;
|
||||
goto osc_out;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
osc_out:
|
||||
|
|
Loading…
Reference in New Issue