From 2569f6cc6b377c7843f0c448069d7575cc20c889 Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Wed, 10 May 2017 23:25:22 +0100 Subject: [PATCH] hmmlconv.c: Invalid quoting error message --- hmmlconv/hmmlconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmmlconv/hmmlconv.c b/hmmlconv/hmmlconv.c index 24c1c99..690411e 100644 --- a/hmmlconv/hmmlconv.c +++ b/hmmlconv/hmmlconv.c @@ -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