don't use empty struct initializers

This commit is contained in:
Daniel Eklöf 2020-08-23 07:42:20 +02:00
parent ddef95c297
commit dabdffafa5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
7 changed files with 27 additions and 27 deletions

View file

@ -231,7 +231,7 @@ sixel_overwrite(struct terminal *term, struct sixel *six,
row, col, height, width,
rel_above, rel_below, rel_left, rel_right);
struct sixel imgs[4] = {};
struct sixel imgs[4] = {0};
if (rel_above > 0) {
imgs[0] = (struct sixel){