mirror of
https://git.busybox.net/busybox
synced 2026-01-26 16:17:50 +00:00
nmeter: cosmetics
This commit is contained in:
parent
333aa0c04a
commit
befd5eaec8
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ static void collect_literal(s_stat *s ATTRIBUTE_UNUSED)
|
|||
|
||||
static s_stat* init_literal(void)
|
||||
{
|
||||
s_stat *s = xzalloc(sizeof(s_stat));
|
||||
s_stat *s = xzalloc(sizeof(*s));
|
||||
s->collect = collect_literal;
|
||||
return (s_stat*)s;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue