Merge pull request #142 from NaixSpirit/master

修正结构体定义错误
This commit is contained in:
无闻
2015-10-17 14:21:14 -04:00

View File

@@ -228,7 +228,7 @@ type Node struct {
type Node struct {
pr *Node
data float64
su *su
su *Node
}
```