mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
missing return
This commit is contained in:
parent
c06591d07f
commit
a20451a966
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ bool AndroidUtil::init(JavaVM* jvm) {
|
|||
CHECK_NULL( cls = env->FindClass(Class_Tag) );
|
||||
CHECK_NULL( SMID_Tag_getTag = env->GetStaticMethodID(cls, "getTag", "(Lorg/geometerplus/fbreader/library/Tag;Ljava/lang/String;)Lorg/geometerplus/fbreader/library/Tag;") );
|
||||
env->DeleteLocalRef(cls);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
jobject AndroidUtil::createZLFile(JNIEnv *env, const std::string &path) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue