summaryrefslogtreecommitdiffstats
path: root/eqn.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-15 16:23:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-15 16:23:51 +0000
commit792762cbb772aaf51b391b8c492fc1285528dd88 (patch)
tree8886ac7ff1741e71906364d4357fc63ce7f6e2b6 /eqn.c
parent87d72e07e9c7935f4db2f36c4fc32716cd34b865 (diff)
downloadmandoc-792762cbb772aaf51b391b8c492fc1285528dd88.tar.gz
Make lint shut up a little bit.
Diffstat (limited to 'eqn.c')
-rw-r--r--eqn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eqn.c b/eqn.c
index 908d919d..41f22968 100644
--- a/eqn.c
+++ b/eqn.c
@@ -65,6 +65,7 @@ eqn_alloc(int pos, int line)
return(p);
}
+/* ARGSUSED */
void
eqn_end(struct eqn_node *e)
{