summaryrefslogtreecommitdiffstatshomepage
path: root/mmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'mmain.c')
-rw-r--r--mmain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mmain.c b/mmain.c
index 5d2c86ca..c1294f8a 100644
--- a/mmain.c
+++ b/mmain.c
@@ -1,4 +1,4 @@
- /* $Id: mmain.c,v 1.3 2009/02/23 12:45:19 kristaps Exp $ */
+ /* $Id: mmain.c,v 1.4 2009/02/23 15:38:20 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -147,8 +147,8 @@ mmain_getopt(struct mmain *p, int argc, char *argv[],
}
-__dead void
-mmain_exit(struct mmain *p, int code)
+dead_pre void
+mmain_exit(struct mmain *p, int code)
{
if (p->mdoc)