mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-04 17:05:38 +00:00
ui/app: fix a few C signatures and a comment typo
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
// Android's logcat already include timstamps.
|
||||
// Android's logcat already includes timestamps.
|
||||
log.SetFlags(log.Flags() &^ log.LstdFlags)
|
||||
logFd(C.ANDROID_LOG_INFO, os.Stdout.Fd())
|
||||
logFd(C.ANDROID_LOG_ERROR, os.Stderr.Fd())
|
||||
|
||||
Reference in New Issue
Block a user