hmmlconv.c: Invalid quoting error message

This commit is contained in:
Matt Mascarenhas 2017-05-10 23:25:22 +01:00
parent 58ce5eae65
commit 2569f6cc6b
1 changed files with 1 additions and 1 deletions

View File

@ -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