diff options
Diffstat (limited to 'src/kernel/lib/stdio.h')
-rw-r--r-- | src/kernel/lib/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/lib/stdio.h b/src/kernel/lib/stdio.h index 8299dea..e1d7b9a 100644 --- a/src/kernel/lib/stdio.h +++ b/src/kernel/lib/stdio.h @@ -15,4 +15,4 @@ void printf(const char *fmt, ...); void serial_printf(const char *fmt, ...); -#endif +#endif
\ No newline at end of file |