mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:48:13 +00:00
Minor cleanup.
This commit is contained in:
parent
72e75c52e3
commit
555c10a1f8
3 changed files with 5 additions and 6 deletions
|
@ -12,7 +12,6 @@ extern "C" {
|
|||
int putchar(int ch)
|
||||
{
|
||||
write(0, &ch, 1);
|
||||
//Syscall::invoke(Syscall::PutCharacter, ch);
|
||||
return (byte)ch;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue