Skip to content

Commit 0caad58

Browse files
committed
paranthesis around version concatenation in usage
1 parent 699ada4 commit 0caad58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blueutil.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void check_power_on_for(const char *command) {
9494

9595
void usage(FILE *io) {
9696
static const char *lines[] = {
97-
"blueutil v" VERSION,
97+
("blueutil v" VERSION),
9898
"",
9999
"Usage:",
100100
" blueutil [options]",

0 commit comments

Comments
 (0)