Typo in jni.h

Martin Kahlert martin.kahlert@infineon.com
Thu Feb 14 00:49:00 GMT 2002


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.



More information about the Java-patches mailing list