diff options
Diffstat (limited to 'lib/libc/stdtime/timelocal.h')
-rw-r--r-- | lib/libc/stdtime/timelocal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/timelocal.h b/lib/libc/stdtime/timelocal.h index 19b9d21..b5ab91d 100644 --- a/lib/libc/stdtime/timelocal.h +++ b/lib/libc/stdtime/timelocal.h @@ -37,7 +37,7 @@ struct lc_time_T { const char * weekday[7]; const char * X_fmt; const char * x_fmt; - const char * c_fmt; + const char * c_fmt; /* not used, just compatibility placeholder */ const char * am; const char * pm; const char * date_fmt; |