提交 a84b785e 编写于 作者: L Luiz Capitulino 提交者: Blue Swirl

monitor: Remove uneeded 'return' statement

The 'return' statement at the of monitor_handle_command() is not
needed and can be removed.
Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
上级 d91d9bf6
......@@ -2714,7 +2714,6 @@ static void monitor_handle_command(Monitor *mon, const char *cmdline)
fail:
for(i = 0; i < MAX_ARGS; i++)
qemu_free(str_allocated[i]);
return;
}
static void cmd_completion(const char *name, const char *list)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册