=================================================================== RCS file: /cvs/mandoc/eqn.c,v retrieving revision 1.43 retrieving revision 1.45 diff -u -p -r1.43 -r1.45 --- mandoc/eqn.c 2014/07/04 16:12:08 1.43 +++ mandoc/eqn.c 2014/08/10 23:54:41 1.45 @@ -1,4 +1,4 @@ -/* $Id: eqn.c,v 1.43 2014/07/04 16:12:08 schwarze Exp $ */ +/* $Id: eqn.c,v 1.45 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -14,10 +14,10 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif +#include + #include #include #include @@ -768,7 +768,7 @@ again: ep->cur++; } else { if (q) - EQN_MSG(MANDOCERR_BADQUOTE, ep); + EQN_MSG(MANDOCERR_ARG_QUOTE, ep); next = strchr(start, '\0'); *sz = (size_t)(next - start); ep->cur += *sz;