diff options
Diffstat (limited to 'src/userspace/mlibc/stdio/getch.c')
-rw-r--r-- | src/userspace/mlibc/stdio/getch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userspace/mlibc/stdio/getch.c b/src/userspace/mlibc/stdio/getch.c index dc9c40e..908a871 100644 --- a/src/userspace/mlibc/stdio/getch.c +++ b/src/userspace/mlibc/stdio/getch.c @@ -2,5 +2,5 @@ char getch() { - return (char) syscall_readc(); + return (char)syscall_readc(); }
\ No newline at end of file |