Another fix misthink in big cppcheck changed

This commit is contained in:
Gregory Nutt 2014-11-25 17:22:52 -06:00
parent 2ab604f74f
commit d1cdf9b497
1 changed files with 1 additions and 1 deletions

View File

@ -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)