mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
(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;
|
r = new_r + 1;
|
||||||
goto osc_out;
|
goto osc_out;
|
||||||
}
|
}
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
osc_out:
|
osc_out:
|
||||||
|
Loading…
Reference in New Issue
Block a user