Skip to content

Commit

Permalink
Fixed a typo in the C API progress monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslaw Kubik committed May 29, 2018
1 parent 87d33b6 commit 8f6242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/capi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ TESS_API void* TESS_CALL TessMonitorGetCancelThis( ETEXT_DESC* monitor )
return monitor->cancel_this;
}

TESS_API void TESS_CALL TessMonitorSetProgressFunc( ETEXT_DESC* monitor, TessProgressFunc2 progressFunc )
TESS_API void TESS_CALL TessMonitorSetProgressFunc( ETEXT_DESC* monitor, TessProgressFunc progressFunc )
{
monitor->progress_callback2 = progressFunc;
}
Expand Down

0 comments on commit 8f6242f

Please sign in to comment.