avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2368] Copied and pasted the wrong line.


From: Mike Rice
Subject: [avr-libc-commit] [2368] Copied and pasted the wrong line.
Date: Sat, 27 Apr 2013 15:49:23 +0000

Revision: 2368
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2368
Author:   swfltek
Date:     2013-04-27 15:49:22 +0000 (Sat, 27 Apr 2013)
Log Message:
-----------
Copied and pasted the wrong line.

Modified Paths:
--------------
    trunk/avr-libc/include/time.h

Modified: trunk/avr-libc/include/time.h
===================================================================
--- trunk/avr-libc/include/time.h       2013-04-27 15:45:22 UTC (rev 2367)
+++ trunk/avr-libc/include/time.h       2013-04-27 15:49:22 UTC (rev 2368)
@@ -379,7 +379,7 @@
             1 ... 53 : The week number in the current year.
             54 : The first week of the following year.
     */
-    uint8_t         iso_weeknum(const struct tm * timeptr, uint8_t start);
+    uint8_t         iso_weeknum(const struct tm * timeptr);
 
     /**
         Return the calendar week of month, where the first week is considered 
to begin on the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]