X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Futil.c;h=af3226926061c4260b803b110e9e5fba14545ffd;hb=1cdae57a5ac7f1fecb6d3c7f7cef019e331c43a2;hp=0ce7c2783a087f54294838e2c9580979f8d0b31e;hpb=0794731455fbf919882c8a9cc03dd42c66117a93;p=staging%2Fwindowmanager.git diff --git a/src/util.c b/src/util.c index 0ce7c27..af32269 100644 --- a/src/util.c +++ b/src/util.c @@ -11,7 +11,8 @@ struct strftime_cache { char buf[128]; }; -void log_(char const *log_type, FILE *stream, char const *fmt, va_list args) { +static void log_(char const *log_type, FILE *stream, char const *fmt, + va_list args) { static struct strftime_cache strft; time_t t = time(NULL);