diff options
Diffstat (limited to 'jni')
-rw-r--r-- | jni/jniglue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jni/jniglue.c b/jni/jniglue.c index c3b4bf3b..36ad8fe7 100644 --- a/jni/jniglue.c +++ b/jni/jniglue.c @@ -19,4 +19,3 @@ void android_openvpn_log(int level,const char* prefix,const char* prefix_sep,con void Java_de_blinkt_openvpn_core_NativeUtils_jniclose(JNIEnv *env,jclass jo, jint fd) { int ret = close(fd); } - |