mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-05 02:47:00 +08:00
Fix CID 1242849 (Unused value)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
eabd10d8f2
commit
fcff2f2ce2
@ -544,7 +544,7 @@ static ds_status writeProfileToFile(ds_profile *profile,
|
||||
} break;
|
||||
default:
|
||||
status = DS_UNKNOWN_DEVICE_TYPE;
|
||||
break;
|
||||
continue;
|
||||
};
|
||||
|
||||
fwrite(DS_TAG_SCORE, sizeof(char), strlen(DS_TAG_SCORE), profileFile);
|
||||
|
Loading…
Reference in New Issue
Block a user