fixed typo, issue #27

Este commit está contenido en:
Xing Xing 2014-01-15 10:09:10 +08:00
padre c4efc59d78
commit 3a5d89c67a

Ver fichero

@ -40,7 +40,7 @@ func main() {
}
case client.WorkWarning:
fallthrough
case client.WorkDate:
case client.WorkData:
if data, err := resp.Update(); err == nil {
log.Printf("UPDATE: %V\n", data)
} else {