Skip to content

Commit

Permalink
blink1-tool: small format change to version output
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Jan 30, 2015
1 parent 5fe5aee commit 79df7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commandline/blink1-tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ int main(int argc, char** argv)
blink1_close(dev);
sprintf(verbuf, ", fw version: %d", rc);
}
msg("blink1-tool version: %s %s\n",BLINK1_VERSION,verbuf);
msg("blink1-tool version: %s%s\n",BLINK1_VERSION,verbuf);
exit(0);
}

Expand Down

0 comments on commit 79df7d1

Please sign in to comment.