diff options
Diffstat (limited to 'style.c')
-rw-r--r-- | style.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |