diff options
Diffstat (limited to 'src/kernel/input/ps2/keyboard.c')
-rw-r--r-- | src/kernel/input/ps2/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/input/ps2/keyboard.c b/src/kernel/input/ps2/keyboard.c index 886786b..b23d1bc 100644 --- a/src/kernel/input/ps2/keyboard.c +++ b/src/kernel/input/ps2/keyboard.c @@ -142,4 +142,4 @@ void keyboard_install() irq_install_handler(1, keyboard_handler); shift_pressed = 0; info("Installed keyboard handler"); -} +}
\ No newline at end of file |