=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/out.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/mandoc/out.h 2011/09/18 15:54:48 1.12 +++ src/usr.bin/mandoc/out.h 2014/04/20 16:44:44 1.13 @@ -1,4 +1,4 @@ -/* $Id: out.h,v 1.12 2011/09/18 15:54:48 schwarze Exp $ */ +/* $Id: out.h,v 1.13 2014/04/20 16:44:44 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -63,8 +63,8 @@ (p)->scale = (v); } \ while (/* CONSTCOND */ 0) -int a2roffsu(const char *, struct roffsu *, enum roffscale); -void tblcalc(struct rofftbl *tbl, const struct tbl_span *); +int a2roffsu(const char *, struct roffsu *, enum roffscale); +void tblcalc(struct rofftbl *tbl, const struct tbl_span *); __END_DECLS