aboutsummaryrefslogtreecommitdiff
path: root/loslib.c
diff options
context:
space:
mode:
Diffstat (limited to 'loslib.c')
-rw-r--r--loslib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loslib.c b/loslib.c
index 29449e40..5e0fafb4 100644
--- a/loslib.c
+++ b/loslib.c
@@ -91,7 +91,7 @@
91 91
92/* ISO C definitions */ 92/* ISO C definitions */
93#define l_gmtime(t,r) ((void)(r)->tm_sec, gmtime(t)) 93#define l_gmtime(t,r) ((void)(r)->tm_sec, gmtime(t))
94#define l_localtime(t,r) ((void)(r)->tm_sec, localtime(t)) 94#define l_localtime(t,r) ((void)(r)->tm_sec, localtime(t))
95 95
96#endif /* } */ 96#endif /* } */
97 97