mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
util: fix typo in newdup
This commit is contained in:
parent
06e2968ea6
commit
4d768ced49
@ -103,7 +103,7 @@ bool streq_ptr(const char *a, const char *b);
|
||||
|
||||
#define newa(t, n) ((t*) alloca(sizeof(t)*(n)))
|
||||
|
||||
#define newdup(t, p, n) ((t*) memdup(p, sizeof(t)*(n))
|
||||
#define newdup(t, p, n) ((t*) memdup(p, sizeof(t)*(n)))
|
||||
|
||||
#define malloc0(n) (calloc((n), 1))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user