aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_hack.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 06:44:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 06:44:24 +0800
commitadb6e1cce10570a1b4ea1f55fce4813170c0b703 (patch)
treefe32cfbce4f17ab1e3ccfd29c35ac78424192255 /openbsc/src/bsc_hack.c
parent212e1052881780a1f454a95b71ea062791710afa (diff)
janitor: Move the * to the variable name
Diffstat (limited to 'openbsc/src/bsc_hack.c')
-rw-r--r--openbsc/src/bsc_hack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c
index 61b79477d..4efc7821e 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -93,7 +93,7 @@ static void print_help()
printf(" -e --log-level number. Set a global loglevel.\n");
}
-static void handle_options(int argc, char** argv)
+static void handle_options(int argc, char **argv)
{
while (1) {
int option_index = 0, c;