From 1e4c49ebc3b71ad4d1903821a5ae8b008c9bc11f Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 20 Feb 2009 18:04:57 +0000 Subject: [PATCH] clean msvc build warning git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12183 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_log.c b/src/switch_log.c index 86532f9c02..d0b44aec38 100644 --- a/src/switch_log.c +++ b/src/switch_log.c @@ -195,7 +195,7 @@ SWITCH_DECLARE(switch_status_t) switch_log_bind_logger(switch_log_function_t fun static switch_thread_t *thread; -static void *SWITCH_THREAD_FUNC log_thread(switch_thread_t *thread, void *obj) +static void *SWITCH_THREAD_FUNC log_thread(switch_thread_t *t, void *obj) { if (!obj) {