Skip to content

Commit

Permalink
motd: add missing null character
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Oct 9, 2024
1 parent 8fc1d25 commit 45b4951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fluent-bit/flb_motd.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static unsigned char flb_motd_text[] = {
0x20, 0x5c, 0x5f, 0x5f, 0x5f, 0x5f, 0x2f, 0x7c, 0x5f, 0x7c, 0x5c, 0x5f,
0x5f, 0x7c, 0x20, 0x20, 0x20, 0x5c, 0x5f, 0x2f, 0x20, 0x5c, 0x5f, 0x5f,
0x5f, 0x5f, 0x28, 0x5f, 0x29, 0x5f, 0x5f, 0x5f, 0x5f, 0x5f, 0x2f, 0x0a,
0x0a, 0x0a,
0x0a, 0x0a, 0x00,
};

#endif
Expand Down

0 comments on commit 45b4951

Please sign in to comment.