Loading monitor.c +1 −1 Original line number Diff line number Diff line Loading @@ -4695,7 +4695,7 @@ static void monitor_find_completion_by_table(Monitor *mon, } } str = args[nb_args - 1]; if (*ptype == '-' && ptype[1] != '\0') { while (*ptype == '-' && ptype[1] != '\0') { ptype = next_arg_type(ptype); } switch(*ptype) { Loading Loading
monitor.c +1 −1 Original line number Diff line number Diff line Loading @@ -4695,7 +4695,7 @@ static void monitor_find_completion_by_table(Monitor *mon, } } str = args[nb_args - 1]; if (*ptype == '-' && ptype[1] != '\0') { while (*ptype == '-' && ptype[1] != '\0') { ptype = next_arg_type(ptype); } switch(*ptype) { Loading