aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-09-26 10:00:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-09-26 10:00:42 +0000
commitb4ad7e992c58de4348c5782412f1d646b5f1f14d (patch)
tree86e756f2ab2396538a87ae9a368ea709c2c4c3f0 /mdoc_term.c
parent76aa1f3d245613e063bda230a8025c86ceca41ae (diff)
downloadmandoc-b4ad7e992c58de4348c5782412f1d646b5f1f14d.tar.gz
mandoc-b4ad7e992c58de4348c5782412f1d646b5f1f14d.tar.zst
mandoc-b4ad7e992c58de4348c5782412f1d646b5f1f14d.zip
Linted function arguments.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index 6abfc0c7..5df90460 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_term.c,v 1.188 2010/09/26 09:16:02 kristaps Exp $ */
+/* $Id: mdoc_term.c,v 1.189 2010/09/26 10:00:42 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -1796,6 +1796,7 @@ termp_sp_pre(DECL_ARGS)
}
+/* ARGSUSED */
static int
termp_quote_pre(DECL_ARGS)
{
@@ -1855,6 +1856,7 @@ termp_quote_pre(DECL_ARGS)
}
+/* ARGSUSED */
static void
termp_quote_post(DECL_ARGS)
{