From: Russell Bryant Date: Wed, 6 Jun 2007 20:35:05 +0000 (+0000) Subject: Minor formatting change to test closing mantis issues through commit tags X-Git-Tag: 1.6.0-beta1~3^2~2455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b7553768478d0e5877fa6f8000c66524a65eda9;p=thirdparty%2Fasterisk.git Minor formatting change to test closing mantis issues through commit tags (closes issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67843 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/manager.c b/main/manager.c index 741ea539d2..102ce69dc3 100644 --- a/main/manager.c +++ b/main/manager.c @@ -1505,7 +1505,7 @@ static char mandescr_setvar[] = static int action_setvar(struct mansession *s, const struct message *m) { - struct ast_channel *c = NULL; + struct ast_channel *c = NULL; const char *name = astman_get_header(m, "Channel"); const char *varname = astman_get_header(m, "Variable"); const char *varval = astman_get_header(m, "Value");