summaryrefslogtreecommitdiffstats
path: root/tools/hciconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hciconfig.c')
-rw-r--r--tools/hciconfig.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/hciconfig.c b/tools/hciconfig.c
index e6868f0c..3ebfc1c8 100644
--- a/tools/hciconfig.c
+++ b/tools/hciconfig.c
@@ -1532,12 +1532,12 @@ static void usage(void)
}
static struct option main_options[] = {
- {"help", 0,0, 'h'},
- {"all", 0,0, 'a'},
- {0, 0, 0, 0}
+ { "help", 0, 0, 'h' },
+ { "all", 0, 0, 'a' },
+ { 0, 0, 0, 0 }
};
-int main(int argc, char **argv, char **env)
+int main(int argc, char *argv[])
{
int opt, ctl, i, cmd=0;