Skip to content

Commit

Permalink
missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
David Delavennat committed Dec 20, 2017
1 parent f1a1cbd commit bd6137a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hci/commands/lldp_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ static int lldp_exec ( int argc, char **argv ) {
struct command lldp_command __command = {
.name = "lldp",
.exec = lldp_exec,
}
};

0 comments on commit bd6137a

Please sign in to comment.