Commit a1511bb06b2f5c51414bc483243cec520a71c244

Authored by perry.werneck@gmail.com
1 parent d88991e5

Corrigindo retorno da função init() do módulo jni

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/java/main.cc
@@ -55,6 +55,7 @@ JNIEXPORT jint JNICALL Java_pw3270_terminal_init__(JNIEnv *env, jobject obj) { @@ -55,6 +55,7 @@ JNIEXPORT jint JNICALL Java_pw3270_terminal_init__(JNIEnv *env, jobject obj) {
55 55
56 } 56 }
57 57
  58 + return 0;
58 } 59 }
59 60
60 61