From 0ddc0f47bd2a03678e1afbc384550aecb55a318f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 23 Apr 2020 14:48:15 -0300 Subject: Several details about 5.4.0 rc1 Corrected several small details: added 'const', adjusts in tabs x spaces, removed unused #includes and #defines, misspellings, etc. --- loslib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loslib.c') diff --git a/loslib.c b/loslib.c index 29449e40..5e0fafb4 100644 --- a/loslib.c +++ b/loslib.c @@ -91,7 +91,7 @@ /* ISO C definitions */ #define l_gmtime(t,r) ((void)(r)->tm_sec, gmtime(t)) -#define l_localtime(t,r) ((void)(r)->tm_sec, localtime(t)) +#define l_localtime(t,r) ((void)(r)->tm_sec, localtime(t)) #endif /* } */ -- cgit v1.2.3-55-g6feb