summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhlabs <rhlabs>1998-03-03 21:28:22 +0000
committerrhlabs <rhlabs>1998-03-03 21:28:22 +0000
commit5726f0f7af10a8aefa9c998aa3522d2f98edfde3 (patch)
treef11853677bff6032ab3117a5e404fee4b59364e8
parent08c3af584fbeeef34bdeecdb15e35217804fcd19 (diff)
downloadyelp-5726f0f7af10a8aefa9c998aa3522d2f98edfde3.tar.gz
Small tweaks.
-Marc
-rw-r--r--src/man2html/yelp-man2html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man2html/yelp-man2html.c b/src/man2html/yelp-man2html.c
index b0fc39d7..ed0e5212 100644
--- a/src/man2html/yelp-man2html.c
+++ b/src/man2html/yelp-man2html.c
@@ -2233,8 +2233,8 @@ static char
}
c++;
while (*c && strncmp(c,endwith,i))
- while (*c++!='\n');
- while (*c++!='\n');
+ while (*c && *c++!='\n');
+ while (*c && *c++!='\n');
break;
}
case V('n','f'):