Skip to content

Commit

Permalink
fixup! Use macros in array declarations.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <[email protected]>
  • Loading branch information
zyv committed Feb 3, 2025
1 parent 7d8e82d commit c524723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/syntax.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,8 +955,8 @@ edit_read_syntax_rules (WEdit *edit, FILE *f, char **args, int args_size)
{
FILE *g = NULL;
tty_color_pair_t color;
char last_fg[BUF_TINY/2] = "";
char last_bg[BUF_TINY/2] = "";
char last_fg[BUF_TINY / 2] = "";
char last_bg[BUF_TINY / 2] = "";
char last_attrs[BUF_TINY] = "";
char whole_right[BUF_MEDIUM];
char whole_left[BUF_MEDIUM];
Expand Down

0 comments on commit c524723

Please sign in to comment.