mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
Compile fix.
This commit is contained in:
parent
e3d2468200
commit
63a2d3dceb
@ -691,7 +691,7 @@ static int help_handle_key (struct Dlg_head *h, int c)
|
|||||||
new_item++;
|
new_item++;
|
||||||
if (*++new_item == '['){
|
if (*++new_item == '['){
|
||||||
while (*++new_item) {
|
while (*++new_item) {
|
||||||
if (*new_item == ']' && *++newitem && *++newitem) {
|
if (*new_item == ']' && *++new_item && *++new_item) {
|
||||||
currentpoint = new_item;
|
currentpoint = new_item;
|
||||||
selected_item = NULL;
|
selected_item = NULL;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user