mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 02:21:34 +00:00
Fix agraph.c calloc warning
This commit is contained in:
parent
0131d7901a
commit
c2080a6cb1
@ -85,7 +85,7 @@ typedef struct r_ascii_graph_t {
|
|||||||
RList *back_edges;
|
RList *back_edges;
|
||||||
RList *long_edges;
|
RList *long_edges;
|
||||||
struct layer_t *layers;
|
struct layer_t *layers;
|
||||||
int n_layers;
|
unsigned int n_layers;
|
||||||
RList *dists; /* RList<struct dist_t> */
|
RList *dists; /* RList<struct dist_t> */
|
||||||
RList *edges; /* RList<AEdge> */
|
RList *edges; /* RList<AEdge> */
|
||||||
RAGraphHits ghits;
|
RAGraphHits ghits;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user