aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-03 15:01:43 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 00:26:13 +0800
commitf45ee6371f8b1fff6217fc6b02d313caf3535800 (patch)
treea266875eb6110558fa3d782da3925bc4e29da602
parentd585586d7b17f70af619b4df57ea58674fcf96fb (diff)
mgcp: Style issue... add a space.
-rw-r--r--openbsc/src/mgcp/mgcp_protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/mgcp/mgcp_protocol.c b/openbsc/src/mgcp/mgcp_protocol.c
index 511782c06..e1b52b486 100644
--- a/openbsc/src/mgcp/mgcp_protocol.c
+++ b/openbsc/src/mgcp/mgcp_protocol.c
@@ -740,7 +740,7 @@ int mgcp_endpoints_allocate(struct mgcp_config *cfg)
void mgcp_free_endp(struct mgcp_endpoint *endp)
{
LOGP(DMGCP, LOGL_DEBUG, "Deleting endpoint on: 0x%x\n", ENDPOINT_NUMBER(endp));
- endp->ci= CI_UNUSED;
+ endp->ci = CI_UNUSED;
if (endp->callid) {
talloc_free(endp->callid);