printf: fix printf "%u\n" +18446744073709551614
[oweals/busybox.git] / include / rtc_.h
index bd322c9405cb63a37998a9a49525b17476229f29..750fc20ec6fec45f9811e4ae96fa8a88be9761ea 100644 (file)
@@ -35,9 +35,9 @@ struct linux_rtc_time {
 };
 
 struct linux_rtc_wkalrm {
-       unsigned char enabled;  /* 0 = alarm disabled, 1 = alarm enabled */
+       unsigned char enabled;  /* 0 = alarm disabled, 1 = alarm enabled */
        unsigned char pending;  /* 0 = alarm not pending, 1 = alarm pending */
-       struct linux_rtc_time time;     /* time the alarm is set to */
+       struct linux_rtc_time time;  /* time the alarm is set to */
 };
 
 /*