diff --git a/table.c b/table.c index 0a43156..9d99bb3 100644 --- a/table.c +++ b/table.c @@ -1524,7 +1524,7 @@ check_table_height(struct table *t) short maxcell; short size; int *height; - } cell; + } cell = {0}; int space = 0; cell.size = 0;