mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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) {
|
||||
ucs = gu_ucs_to_upper(ucs);
|
||||
capit == PGF_CAPIT_NONE;
|
||||
capit = PGF_CAPIT_NONE;
|
||||
} else if (capit == PGF_CAPIT_NEXT) {
|
||||
ucs = gu_ucs_to_upper(ucs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user