Commit 2ac3df21 authored by Nigel Tao's avatar Nigel Tao

Fix xgb/example.go typo.

R=adg
CC=golang-dev
https://golang.org/cl/210047
parent 2551cf9d
......@@ -32,7 +32,7 @@ func main() {
fmt.Printf("atom = %d\n", atom.Atom)
points := make([]xgb.Point, 2)
points[1] = xgb.Point{5, 5}
points[0] = xgb.Point{5, 5}
points[1] = xgb.Point{100, 120}
hosts, _ := c.ListHosts()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment