diff options
Diffstat (limited to 'libxo/libxo.c')
-rw-r--r-- | libxo/libxo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxo/libxo.c b/libxo/libxo.c index b531371170d7..cceebfa3a3d7 100644 --- a/libxo/libxo.c +++ b/libxo/libxo.c @@ -4341,7 +4341,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 = NULL; + const char *code; /* * Start the buffer with an escape. We don't want to add the '[' |