=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.178 retrieving revision 1.179 diff -u -p -r1.178 -r1.179 --- mandoc/roff.c 2013/07/13 12:52:07 1.178 +++ mandoc/roff.c 2013/10/05 20:30:05 1.179 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.178 2013/07/13 12:52:07 schwarze Exp $ */ +/* $Id: roff.c,v 1.179 2013/10/05 20:30:05 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze @@ -627,7 +627,7 @@ roff_parsetext(char **bufp, size_t *szp, int pos, int /* Skip over escapes. */ p++; esc = mandoc_escape - ((const char **)&p, NULL, NULL); + ((const char const **)&p, NULL, NULL); if (ESCAPE_ERROR == esc) break; continue;