From 2e7d20a1b472a31f206c4dc12b63398c679844da Mon Sep 17 00:00:00 2001 From: Greg Date: Tue, 23 Jun 2020 14:05:11 -0400 Subject: [PATCH] Doc fix. --- jni.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni.go b/jni.go index 89ad75a..3134210 100644 --- a/jni.go +++ b/jni.go @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package jni // Package jni implements various helper functions for communicating with the // Android JVM though JNI. +package jni /* #cgo CFLAGS: -Wall