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;
|
||||
|
||||
struct _root {
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
struct _node {
|
||||
edge ** edges;
|
||||
|
|
Loading…
Reference in a new issue