summaryrefslogtreecommitdiff
path: root/Kernel/Syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Syscall.h')
-rw-r--r--Kernel/Syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Syscall.h b/Kernel/Syscall.h
index ea391edc7c..db6c2b56b5 100644
--- a/Kernel/Syscall.h
+++ b/Kernel/Syscall.h
@@ -13,7 +13,7 @@ enum Function {
Spawn = 0x1981,
Sleep = 0x1982,
Yield = 0x1983,
- PutCharacter = 1984,
+ PutCharacter = 0x1984,
PosixOpen = 0x1985,
PosixClose = 0x1986,
PosixRead = 0x1987,