summaryrefslogtreecommitdiff
path: root/kernel/drivers/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/tty.c')
-rw-r--r--kernel/drivers/tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/drivers/tty.c b/kernel/drivers/tty.c
index 20a8f14..5a231cd 100644
--- a/kernel/drivers/tty.c
+++ b/kernel/drivers/tty.c
@@ -9,7 +9,7 @@
static const uint8_t width = 80;
static const uint8_t height = 25;
-static volatile uint16_t *buffer = (uint16_t*)VGA_ADDR;
+static volatile uint16_t *buffer = (uint16_t *)VGA_ADDR;
// position
static uint32_t x = 0, y = 0;