hmmlconv.c: Invalid quoting error message
This commit is contained in:
parent
58ce5eae65
commit
2569f6cc6b
|
@ -220,7 +220,7 @@ void ProcessAnnotation(char *Line, int LineNumber, FILE *OutFile)
|
|||
char *LinePtr = Line;
|
||||
if(!(Line = InPlaceUnescape(Line)))
|
||||
{
|
||||
LError("Syntax error, missing closing \": %.*s\n", Line-LinePtr, LinePtr); exit(1);
|
||||
LError("Syntax error, invalid quoting in %.*s\n", Line-LinePtr, LinePtr); exit(1);
|
||||
}
|
||||
|
||||
// convert author
|
||||
|
|
Loading…
Reference in New Issue