fix syntax
This commit is contained in:
parent
adbe71d336
commit
1563bd5a78
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ typedef struct _route route;
|
||||||
typedef struct _root root;
|
typedef struct _root root;
|
||||||
|
|
||||||
struct _root {
|
struct _root {
|
||||||
}
|
|
||||||
|
};
|
||||||
|
|
||||||
struct _node {
|
struct _node {
|
||||||
edge ** edges;
|
edge ** edges;
|
||||||
|
|
Loading…
Reference in a new issue