summaryrefslogtreecommitdiff
path: root/utils/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils.c')
-rw-r--r--utils/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utils.c b/utils/utils.c
index 9bccf2b90..f2f69e2ea 100644
--- a/utils/utils.c
+++ b/utils/utils.c
@@ -576,7 +576,7 @@ char *nsc_time_strptime(const char *s, const char *format, struct tm *tm)
char *endptr;
if ((format[0] != '%') || (format[1] != 's')) {
- return NULL
+ return NULL;
}
esecs = (time_t)strtoll(a, &endptr, 10);