Fix agraph.c calloc warning (#474)
This commit is contained in:
parent
3a53a0a1d7
commit
ca0d8d0e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ typedef struct rz_ascii_graph_t {
|
|||
RzList *back_edges;
|
||||
RzList *long_edges;
|
||||
struct layer_t *layers;
|
||||
int n_layers;
|
||||
unsigned int n_layers;
|
||||
RzList *dists; /* RzList<struct dist_t> */
|
||||
RzList *edges; /* RzList<AEdge> */
|
||||
RzAGraphHits ghits;
|
||||
|
|
|
|||
Loading…
Reference in a new issue