git.ckatri.com
/
mandoc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11cc545
)
Lint fixes.
author
Kristaps Dzonsons
<kristaps@bsd.lv>
Sat, 27 Mar 2010 10:13:16 +0000
(10:13 +0000)
committer
Kristaps Dzonsons
<kristaps@bsd.lv>
Sat, 27 Mar 2010 10:13:16 +0000
(10:13 +0000)
man_macro.c
patch
|
blob
|
history
diff --git
a/man_macro.c
b/man_macro.c
index 910780428f57de2528a143c6d979873de01603ce..17f61f9834231099266547c952b0b218bfbffdc8 100644
(file)
--- a/
man_macro.c
+++ b/
man_macro.c
@@
-1,4
+1,4
@@
-/* $Id: man_macro.c,v 1.3
8 2010/03/27 10:04:5
6 kristaps Exp $ */
+/* $Id: man_macro.c,v 1.3
9 2010/03/27 10:13:1
6 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@
-559,10
+559,6
@@
in_line_eoln(MACRO_PROT_ARGS)
int
man_macroend(struct man *m)
{
- struct man_node *n;
-
- n = MAN_VALID & m->last->flags ?
- m->last->parent : m->last;
return(man_unscope(m, m->first, WEXITSCOPE));
}