diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/hciemu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/hciemu.c b/test/hciemu.c index f6a35044..d6996a3e 100644 --- a/test/hciemu.c +++ b/test/hciemu.c @@ -1179,7 +1179,7 @@ static struct option main_options[] = {  	{ 0 }  }; -int main(int argc, char *argv[], char *env[]) +int main(int argc, char *argv[])  {  	struct sigaction sa;  	GIOChannel *dev_io; | 
