mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
formatting cleanup
This commit is contained in:
parent
be8404f449
commit
ce4eff75a1
1 changed files with 4 additions and 2 deletions
|
@ -195,11 +195,13 @@ static jobject createTextModel(JNIEnv *env, jobject javaModel, ZLTextModel &mode
|
|||
jstring fileExtension = env->NewStringUTF(model.allocator().fileExtension().c_str());
|
||||
jint blocksNumber = (jint) model.allocator().blocksNumber();
|
||||
|
||||
jobject textModel = AndroidUtil::Method_NativeBookModel_createTextModel->call(javaModel,
|
||||
jobject textModel = AndroidUtil::Method_NativeBookModel_createTextModel->call(
|
||||
javaModel,
|
||||
id, language,
|
||||
paragraphsNumber, entryIndices, entryOffsets,
|
||||
paragraphLenghts, textSizes, paragraphKinds,
|
||||
directoryName, fileExtension, blocksNumber);
|
||||
directoryName, fileExtension, blocksNumber
|
||||
);
|
||||
|
||||
if (env->ExceptionCheck()) {
|
||||
textModel = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue