=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- src/usr.bin/mandoc/roff.c 2013/10/04 02:01:58 1.56 +++ src/usr.bin/mandoc/roff.c 2013/10/05 21:17:29 1.57 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.56 2013/10/04 02:01:58 schwarze Exp $ */ +/* $Id: roff.c,v 1.57 2013/10/05 21:17:29 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze @@ -639,7 +639,7 @@ /* Skip over escapes. */ p++; esc = mandoc_escape - ((const char **)&p, NULL, NULL); + ((const char const **)&p, NULL, NULL); if (ESCAPE_ERROR == esc) break; continue;