aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/mlibc/stdio/getch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/mlibc/stdio/getch.c')
-rw-r--r--src/userspace/mlibc/stdio/getch.c2
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