From dae37ee2b1f6084761e0d554ab31534b75270f8a Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 19 Feb 2017 11:58:44 +0100 Subject: [PATCH] remove typos --- tools/proxy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/proxy.c b/tools/proxy.c index 4e8af739a..5ff734fe2 100644 --- a/tools/proxy.c +++ b/tools/proxy.c @@ -383,7 +383,7 @@ static int init_qemu(char *path) qemu_argv[i+1] = "SandyBridge"; }*/ - str = getenv("HERMIT_MONITOR") + str = getenv("HERMIT_MONITOR"); if (str && (strcmp(str, "0") != 0)) { for(; qemu_argv[i] != NULL; i++) @@ -421,6 +421,7 @@ static int init_qemu(char *path) for(i=0; qemu_argv[i] != NULL; i++) printf("%s ", qemu_argv[i]); + printf("\n"); fflush(stdout); }