fix syntax

This commit is contained in:
c9s 2014-05-22 19:24:04 +08:00
parent adbe71d336
commit 1563bd5a78

View file

@ -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;