oliveiracwb / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

revision r473141c1dedf has introduced a bug in api/capi.cpp #671 #1397

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make

What is the expected output? What do you see instead?

capi.cpp:672:1: error: expected unqualified-id before '{' token

Please use labels and text to provide additional information.

Last revision r473141c1dedf has introduced a bug in api/capi.cpp #671:
  BOOL *is_list_item, BOOL *is_crown, int *first_line_indent);
It's easy to correct it:
- BOOL *is_list_item, BOOL *is_crown, int *first_line_indent);
+ BOOL *is_list_item, BOOL *is_crown, int *first_line_indent)

Original issue reported on code.google.com by loopi...@gmail.com on 30 Dec 2014 at 6:51

GoogleCodeExporter commented 9 years ago
thank for report

Original comment by zde...@gmail.com on 31 Dec 2014 at 9:32