eina - btlog - fix warnign about uninit struct field

sentinel should fill all members to null.
This commit is contained in:
Carsten Haitzler 2018-11-06 17:03:45 +00:00
parent 2ec2d97356
commit 642fe42cfc
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ main(int argc, char **argv)
.func = _addr2line,
.prog = "addr2line"
},
{ NULL, NULL, NULL } /* Sentinel */
{ NULL, NULL, NULL, NULL } /* Sentinel */
};
eina_init();