Small fix

This commit is contained in:
M66B 2023-10-29 20:33:33 +01:00
parent 5f9928313b
commit e9690becb7
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ Java_eu_faircode_email_TextHelper_jni_1detect_1language(
jlanguage,
(jfloat) result.probability,
(jint) result.is_reliable,
(jfloat) result.is_reliable);
(jfloat) result.proportion);
}
extern "C"