X-Git-Url: https://git.wirehaze.ovh/graph-theory.git/blobdiff_plain/5638cc2d0dc28b74e32271de100952c0b305ef37..d8af4076c2a05a741d1218ba850ff7f288ad267c:/graph/adj.h diff --git a/graph/adj.h b/graph/adj.h index 2ec54a3..86381f9 100644 --- a/graph/adj.h +++ b/graph/adj.h @@ -19,7 +19,7 @@ struct edge /* probably not a good name for this */ struct graph { struct vertex *v; /* array of vertices */ - unsigned int nv; /* number of vertices */ + unsigned int nv; /* number of vertices */ }; struct graph *new_graph (unsigned int nv);