From: Gonglei Date: Sat, 15 Nov 2014 10:06:46 +0000 (+0800) Subject: qemu-char: fix MISSING_COMMA X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=86d10328a019b19838de3f7964a9da16af3a5073;p=qmiga%2Fqemu.git qemu-char: fix MISSING_COMMA Signed-off-by: Gonglei Signed-off-by: Paolo Bonzini --- diff --git a/qemu-char.c b/qemu-char.c index bd0709bab5..4a76f0f805 100644 --- a/qemu-char.c +++ b/qemu-char.c @@ -464,7 +464,7 @@ static const char * const mux_help[] = { "% h print this help\n\r", "% x exit emulator\n\r", "% s save disk data back to file (if -snapshot)\n\r", - "% t toggle console timestamps\n\r" + "% t toggle console timestamps\n\r", "% b send break (magic sysrq)\n\r", "% c switch between console and monitor\n\r", "% % sends %\n\r",