=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/mandoc/main.h 2011/10/09 17:59:56 1.10 +++ src/usr.bin/mandoc/main.h 2014/04/20 16:44:44 1.11 @@ -1,4 +1,4 @@ -/* $Id: main.h,v 1.10 2011/10/09 17:59:56 schwarze Exp $ */ +/* $Id: main.h,v 1.11 2014/04/20 16:44:44 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -25,7 +25,7 @@ #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) -/* +/* * Definitions for main.c-visible output device functions, e.g., -Thtml * and -Tascii. Note that ascii_alloc() is named as such in * anticipation of latin1_alloc() and so on, all of which map into the