replace return with YYABORT
This commit is contained in:
parent
4ebdc2dbbe
commit
aa47373687
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ extern comedi_calibration_t* _comedi_parse_calibration_file( const char *cal_fil
|
|||
| error
|
||||
{
|
||||
fprintf(stderr, "input error on line %i\n", @1.first_line );
|
||||
return -1;
|
||||
YYABORT;
|
||||
}
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue