aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/cmos/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/cmos/rtc.c')
-rw-r--r--src/kernel/cmos/rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/cmos/rtc.c b/src/kernel/cmos/rtc.c
index 7c7bfbe..13185b7 100644
--- a/src/kernel/cmos/rtc.c
+++ b/src/kernel/cmos/rtc.c
@@ -90,4 +90,4 @@ void write_time()
{
read_rtc();
printf("Current time: %d:%d:%d %d/%d/%d\n", hour, minute, second, month, day, year);
-}
+} \ No newline at end of file