fmt go code

This commit is contained in:
vcaesar 2018-02-25 15:54:12 +08:00
parent 964875f9de
commit bdcad6d55d

View File

@ -63,7 +63,7 @@ import (
)
const (
version string = "v0.48.0.520, Ben Nevis!"
version string = "v0.48.0.522, Ben Nevis!"
)
type (
@ -558,7 +558,7 @@ func Scroll(x, y int, args ...int) {
cx := C.int(x)
cy := C.int(y)
cz:=C.int(msDelay)
cz := C.int(msDelay)
C.scroll(cx, cy, cz)
}