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_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/src/mgcp/mgcp_main.c') diff --git a/openbsc/src/mgcp/mgcp_main.c b/openbsc/src/mgcp/mgcp_main.c index d1e22eadc..e331159b4 100644 --- a/openbsc/src/mgcp/mgcp_main.c +++ b/openbsc/src/mgcp/mgcp_main.c @@ -80,7 +80,7 @@ static void print_help() printf(" -c --config-file filename The config file to use.\n"); } -static void handle_options(int argc, char** argv) +static void handle_options(int argc, char **argv) { while (1) { int option_index = 0, c; @@ -189,7 +189,7 @@ static struct vty_app_info vty_info = { .is_config_node = bsc_vty_is_config_node, }; -int main(int argc, char** argv) +int main(int argc, char **argv) { struct gsm_network dummy_network; struct sockaddr_in addr; -- cgit v1.2.3