Commit 1f925294 authored by Cedric Roux's avatar Cedric Roux

harmonize calloc parameters

use:
     type *x = calloc(1, sizeof(*x));
everywhere to avoid bad types inside the sizeof.
parent 3552b8e4
This diff is collapsed.
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