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
672eada76e
commit
a5e63174b0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue