Fix some warnings, from Thomas Adam.

This commit is contained in:
nicm
2019-04-05 20:32:31 +00:00
parent f4aefb738e
commit 1b5a8a0f09
2 changed files with 1 additions and 3 deletions

View File

@ -172,7 +172,7 @@ style_tostring(struct style *sy)
{
struct grid_cell *gc = &sy->gc;
int off = 0;
const char *comma = "", *tmp;
const char *comma = "", *tmp = "";
static char s[256];
char b[16];