From 477e1ba2977435ae7bb75c7dbd95cf28247f89bd Mon Sep 17 00:00:00 2001 From: nirav Date: Thu, 28 Mar 2019 09:10:52 +0530 Subject: Move APIs into libgs dir --- src/log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/log.c') diff --git a/src/log.c b/src/log.c index f1cb7d5..6aff619 100644 --- a/src/log.c +++ b/src/log.c @@ -10,7 +10,8 @@ static const char *log_levels[] = { "fatal", }; -void log_msg(enum log_level level, const char *namespace, const char *format, ...) { +void log_msg(enum log_level level, const char *namespace, + const char *format, ...) { va_list args; va_start(args, format); -- cgit v1.2.3