X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Futil.c;h=af3226926061c4260b803b110e9e5fba14545ffd;hb=1f3e4103df53cc0d0946cd712165877bae8a2c2d;hp=0ce7c2783a087f54294838e2c9580979f8d0b31e;hpb=db95653246560c24ad3c8cb224b3d9321b50af0a;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);