From adb6e1cce10570a1b4ea1f55fce4813170c0b703 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 18 Sep 2010 06:44:24 +0800 Subject: janitor: Move the * to the variable name --- openbsc/src/mgcp/mgcp_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/mgcp/mgcp_protocol.c') diff --git a/openbsc/src/mgcp/mgcp_protocol.c b/openbsc/src/mgcp/mgcp_protocol.c index 33d6c63c9..1ec9201b2 100644 --- a/openbsc/src/mgcp/mgcp_protocol.c +++ b/openbsc/src/mgcp/mgcp_protocol.c @@ -353,7 +353,7 @@ static struct msgb *handle_audit_endpoint(struct mgcp_config *cfg, struct msgb * return create_response(response, "AUEP", trans_id); } -static int parse_conn_mode(const char* msg, int *conn_mode) +static int parse_conn_mode(const char *msg, int *conn_mode) { int ret = 0; if (strcmp(msg, "recvonly") == 0) -- cgit v1.2.3