This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Typo in jni.h
- From: Martin Kahlert <martin dot kahlert at infineon dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Thu, 14 Feb 2002 09:41:37 +0100
- Subject: Typo in jni.h
- Reply-to: martin dot kahlert at infineon dot com
This fixes a small typo.
Bye,
Martin.
2002-02-14 Martin Kahlert <martin.kahlert@infineon.com>
* include/jni.h: Fix typo
--- jni.h.old Thu Feb 14 09:38:07 2002
+++ jni.h Thu Feb 14 09:38:15 2002
@@ -251,7 +251,7 @@
jobject (*NewGlobalRef) (JNIEnv *, jobject);
void (*DeleteGlobalRef) (JNIEnv *, jobject);
- void (*DeleteLocalRef) (JNIEnv *, jobject);;
+ void (*DeleteLocalRef) (JNIEnv *, jobject);
jboolean (*IsSameObject) (JNIEnv *, jobject, jobject);
jobject (*NewLocalRef) (JNIEnv *, jobject);
--
The early bird catches the worm. If you want something else for
breakfast, get up later.