mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typo
This commit is contained in:
parent
d454170ccb
commit
297fa54322
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Reference in a new issue