Commit 9230b615 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Polish

parent 983555d7
......@@ -13,7 +13,7 @@
#define INIT_OBJ(to, type_magic) \
do { \
(void)memset(to, 0, sizeof *to); \
(void)memset(to, 0, sizeof *(to)); \
(to)->magic = (type_magic); \
} while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment