fix typo/ issue 1397

This commit is contained in:
Zdenko Podobný 2014-12-31 22:31:50 +01:00
parent 473141c1de
commit e0441d0c6b

View File

@ -668,7 +668,7 @@ TESS_API void TESS_CALL TessPageIteratorOrientation(TessPageIterator* handle, Te
}
TESS_API void TESS_CALL TessPageIteratorParagraphInfo(TessPageIterator* handle, TessParagraphJustification* justification,
BOOL *is_list_item, BOOL *is_crown, int *first_line_indent);
BOOL *is_list_item, BOOL *is_crown, int *first_line_indent)
{
bool bool_is_list_item, bool_is_crown;
handle->ParagraphInfo(justification, &bool_is_list_item, &bool_is_crown, first_line_indent);