mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
Fix build breakage with GCC.
Pointed out by: bz@
This commit is contained in:
parent
f23e36d73c
commit
3865ad3fcf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282117
@ -3520,7 +3520,7 @@ xo_colors_handle_text (xo_handle_t *xop UNUSED, xo_colors_t *newp)
|
||||
char *cp = buf, *ep = buf + sizeof(buf);
|
||||
unsigned i, bit;
|
||||
xo_colors_t *oldp = &xop->xo_colors;
|
||||
const char *code;
|
||||
const char *code = NULL;
|
||||
|
||||
/*
|
||||
* Start the buffer with an escape. We don't want to add the '['
|
||||
|
Loading…
Reference in New Issue
Block a user