1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typo

This commit is contained in:
Stefan Lankes 2016-08-28 18:12:31 +02:00
parent d454170ccb
commit 297fa54322

View file

@ -271,7 +271,7 @@ static int init_qemu(char *path)
str = getenv("HERMIT_VERBOSE");
if (str)
{
printf("qemu startup command: \n");
printf("qemu startup command: ");
for(i=0; qemu_argv[i] != NULL; i++)
printf("%s ", qemu_argv[i]);