Skip to content

Commit

Permalink
boards: redbee: add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinnerk van Bruinehsen committed Sep 16, 2014
1 parent 6b0a549 commit c85fa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/redbee-econotag/tools/ftditools/bbmc.c
Expand Up @@ -453,7 +453,7 @@ int print_and_prompt(struct ftdi_device_list *devlist)
curdev->dev,
manufacturer, 128,
description, 128,
serial, 128)
serial, 128);
if (0 > ret) {
fprintf(stderr, "ftdi_usb_get_strings failed: %d (%s)\n",
ret, ftdi_get_error_string(&ftdic));
Expand Down

0 comments on commit c85fa97

Please sign in to comment.