=================================================================== RCS file: /cvs/mandoc/att.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- mandoc/att.c 2015/04/02 21:36:49 1.14 +++ mandoc/att.c 2015/10/06 18:32:19 1.15 @@ -1,4 +1,4 @@ -/* $Id: att.c,v 1.14 2015/04/02 21:36:49 schwarze Exp $ */ +/* $Id: att.c,v 1.15 2015/10/06 18:32:19 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -46,5 +46,5 @@ mdoc_a2att(const char *p) LINE("V.3", "AT&T System\\~V Release\\~3 UNIX"); LINE("V.4", "AT&T System\\~V Release\\~4 UNIX"); - return(NULL); + return NULL; }