From 3865ad3fcf4990d24f80529946ff9527c4f996a8 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Mon, 27 Apr 2015 21:58:41 +0000 Subject: [PATCH] Fix build breakage with GCC. Pointed out by: bz@ --- contrib/libxo/libxo/libxo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/libxo/libxo/libxo.c b/contrib/libxo/libxo/libxo.c index 875994099d2c..4fd18fd01bb4 100644 --- a/contrib/libxo/libxo/libxo.c +++ b/contrib/libxo/libxo/libxo.c @@ -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 '['