mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 11:42:51 -06:00
fix typo in jni_utils.c
This commit is contained in:
@@ -73,7 +73,7 @@ gu2j_string_capit(JNIEnv *env, GuString s, PgfCapitState capit) {
|
|||||||
|
|
||||||
if (capit == PGF_CAPIT_FIRST) {
|
if (capit == PGF_CAPIT_FIRST) {
|
||||||
ucs = gu_ucs_to_upper(ucs);
|
ucs = gu_ucs_to_upper(ucs);
|
||||||
capit == PGF_CAPIT_NONE;
|
capit = PGF_CAPIT_NONE;
|
||||||
} else if (capit == PGF_CAPIT_NEXT) {
|
} else if (capit == PGF_CAPIT_NEXT) {
|
||||||
ucs = gu_ucs_to_upper(ucs);
|
ucs = gu_ucs_to_upper(ucs);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user