Skip to content
Snippets Groups Projects
Commit d1cdf9b4 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Another fix misthink in big cppcheck changed

parent 2ab604f7
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ static inline int vsyslog_internal(FAR const char *fmt, va_list ap)
/* Get the current time */
(void)clock_systimespec(&ts);
ret = clock_systimespec(&ts);
#endif
#if defined(CONFIG_SYSLOG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment