mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
remove additional newline.
This commit is contained in:
parent
b2effce0e7
commit
58cb161bf3
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ func KeyDown(code uint64) error {
|
||||||
debounce_key[code] = time.Now()
|
debounce_key[code] = time.Now()
|
||||||
|
|
||||||
C.XKey(C.ulong(code), C.int(1))
|
C.XKey(C.ulong(code), C.int(1))
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue