Hi!
> -inline int error_function(char *msg1, char *msg2)
> +inline void error_function(char *msg1, char *msg2)
> {
> fprintf(stdout, "ERROR: %s ", msg1);
> fprintf(stdout, "%s\n", msg2);
> - return -1;
> + return;
I've removed this useless return and pushed, thanks.
--
Cyril Hrubis
[email protected]
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list