Skip to content

Commit 8fd639f

Browse files
authored
Missing line terminator (#404)
1 parent 674fcb2 commit 8fd639f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/output.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,8 @@ void output_standard(HeadsetControlStatus* status, HeadsetInfo* infos, bool prin
866866
} else {
867867
printf("\n%s", info->actions[i].error_message);
868868
}
869+
870+
printf("\n");
869871
}
870872
}
871873

0 commit comments

Comments
 (0)