Remove unneeded comma in the hcitool commands declaration

This commit is contained in:
Claudio Takahasi 2011-02-22 18:42:05 -03:00 committed by Johan Hedberg
parent 3475c7f43a
commit 8e7af67a19

View File

@ -2563,8 +2563,8 @@ static struct {
{ "clkoff", cmd_clkoff, "Read clock offset" },
{ "clock", cmd_clock, "Read local or remote clock" },
{ "lescan", cmd_lescan, "Start LE scan" },
{ "lecc", cmd_lecc, "Create a LE Connection", },
{ "ledc", cmd_ledc, "Disconnect a LE Connection", },
{ "lecc", cmd_lecc, "Create a LE Connection" },
{ "ledc", cmd_ledc, "Disconnect a LE Connection" },
{ NULL, NULL, 0 }
};