From 2076043d899a575c524a9c7132226d4461836aaf Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 18 Jul 2015 15:17:07 +0200 Subject: win32 porting (VC2010) https://github.com/alfredh/baresip/pull/52 original patch by Victor Sergienko - the copy of windows .h header files was not included --- src/log.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/log.c b/src/log.c index a7bdc20..793305e 100644 --- a/src/log.c +++ b/src/log.c @@ -13,9 +13,9 @@ static struct { bool debug; bool stder; } lg = { - .logl = LIST_INIT, - .debug = false, - .stder = true + LIST_INIT, + false, + true }; -- cgit v1.2.3