From a5e63174b031309dbc70bbec9a7e7c03ab3700d3 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 14 May 2016 16:02:06 +0200 Subject: [PATCH] remove typo --- hermit/tools/proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/tools/proxy.c b/hermit/tools/proxy.c index bcaa837c2..e121214eb 100644 --- a/hermit/tools/proxy.c +++ b/hermit/tools/proxy.c @@ -241,7 +241,7 @@ int handle_syscalls(int s) //stop_hermit(); if (arg == -14) - fprintf(stderr, "Does HermitCore receive an exception?"); + fprintf(stderr, "Does HermitCore receive an exception?\n"); exit(arg); break; }