mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Small fix
This commit is contained in:
parent
5f9928313b
commit
e9690becb7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue