From 4802403308b1ec81e0f1bc3e84b388bcdda6116b Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sun, 10 Dec 2017 16:15:06 -0500 Subject: [PATCH] Remove android from actions_other build tag Ref #949 --- cmd/micro/actions_other.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/micro/actions_other.go b/cmd/micro/actions_other.go index ddc33f4a..10a099ef 100644 --- a/cmd/micro/actions_other.go +++ b/cmd/micro/actions_other.go @@ -1,9 +1,9 @@ -// +build android plan9 nacl windows +// +build plan9 nacl windows package main func (v *View) Suspend(usePlugin bool) bool { - messenger.Error("Suspend is only supported on Linux") + messenger.Error("Suspend is only supported on Posix") return false }