aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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)
{