summaryrefslogtreecommitdiff
path: root/kernel/lib/fputc.c
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-04 12:00:48 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-04 12:00:48 -0400
commitceef8e2d87ec60042827e6d6aaf73b6df774051c (patch)
tree16721f404e8aeeba05d8769ceabab8334ed4d176 /kernel/lib/fputc.c
parentswitch to c11 (diff)
downloadcomus-ceef8e2d87ec60042827e6d6aaf73b6df774051c.tar.gz
comus-ceef8e2d87ec60042827e6d6aaf73b6df774051c.tar.bz2
comus-ceef8e2d87ec60042827e6d6aaf73b6df774051c.zip
fmt
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);
}
-