summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhlabs <rhlabs>1998-03-03 21:28:22 +0000
committerrhlabs <rhlabs>1998-03-03 21:28:22 +0000
commitb95b4bda04ae5ce9bf13a55e5df158bf67b0d4d3 (patch)
tree2624d173733bdee8fc293d286b8db7492b92f8fe
parente6c574a6b2673b4bc86300f2859d151a5f28f14e (diff)
downloadnautilus-b95b4bda04ae5ce9bf13a55e5df158bf67b0d4d3.tar.gz
Small tweaks.
-Marc
-rw-r--r--components/help/converters/gnome-man2html2/gnome-man2html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/help/converters/gnome-man2html2/gnome-man2html.c b/components/help/converters/gnome-man2html2/gnome-man2html.c
index b0fc39d7d..ed0e52129 100644
--- a/components/help/converters/gnome-man2html2/gnome-man2html.c
+++ b/components/help/converters/gnome-man2html2/gnome-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'):