Another fix misthink in big cppcheck changed
This commit is contained in:
parent
2ab604f74f
commit
d1cdf9b497
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue