]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Name the timer event
authorDanny Mayer <mayer@ntp.org>
Sun, 27 Nov 2005 23:35:43 +0000 (18:35 -0500)
committerDanny Mayer <mayer@ntp.org>
Sun, 27 Nov 2005 23:35:43 +0000 (18:35 -0500)
bk: 438a42cf1tUD_0dbqf1M-S7p9fAdOA

ports/winnt/ntpd/nt_clockstuff.c

index b6a03cb73d25e48779e0b5beedd8bc12f181d677..85d8cbcb2257c204e526ede40395f23310e4b979 100644 (file)
@@ -250,9 +250,9 @@ void reset_winnt_time(void) {
        if (!SetSystemTimeAdjustment(0, TRUE)) {
                msyslog(LOG_ERR, "Failed to reset clock state, SetSystemTimeAdjustment(): %m");
        }
-        /************ Added back in 2003-01-26 *****************/
-       /* read the current system time, and write it back to
+       /* read the current system time, and write it back to
            force CMOS update: */
+      /************ Added back in 2003-01-26 *****************/
        {
                SYSTEMTIME st;
                GetSystemTime(&st);