From 40e784891713f78510fc2c6136a5e1c39cc48ff3 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sun, 11 Jun 2006 01:55:50 +0000 Subject: [PATCH] dox git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1596 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_core.h b/src/include/switch_core.h index a4a72e9045..95ef2073b6 100644 --- a/src/include/switch_core.h +++ b/src/include/switch_core.h @@ -111,7 +111,7 @@ struct switch_core_runtime; /*! \brief Initilize the core \param console optional FILE stream for output - \param a pointer to set any errors to + \param err a pointer to set any errors to \note to be called at application startup */ SWITCH_DECLARE(switch_status_t) switch_core_init(char *console, const char **err);