summaryrefslogtreecommitdiff
path: root/kernel/lib/fputc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/lib/fputc.c')
-rw-r--r--kernel/lib/fputc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/lib/fputc.c b/kernel/lib/fputc.c
index ef9b6f6..0d47cb5 100644
--- a/kernel/lib/fputc.c
+++ b/kernel/lib/fputc.c
@@ -8,4 +8,3 @@ void fputc(FILE *stream, char c)
uart_out(c);
tty_out(c);
}
-