Commit bfbeea30 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 705ac6b4
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