=================================================================== RCS file: /cvs/mandoc/att.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- mandoc/att.c 2014/03/23 11:25:25 1.10 +++ mandoc/att.c 2014/04/20 16:46:04 1.11 @@ -1,4 +1,4 @@ -/* $Id: att.c,v 1.10 2014/03/23 11:25:25 schwarze Exp $ */ +/* $Id: att.c,v 1.11 2014/04/20 16:46:04 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -26,11 +26,12 @@ #define LINE(x, y) \ if (0 == strcmp(p, x)) return(y); + const char * mdoc_a2att(const char *p) { -#include "att.in" +#include "att.in" return(NULL); }