summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@src.gnome.org>2003-05-01 11:32:34 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2003-05-01 11:32:34 +0000
commitbcabde7cc82dbbaba64537e331d9a9aeeca1327a (patch)
treef89fd43b953f3493aca56a524176c564b2ad5db3
parent127de28cc1707b516c243f44c72c42e4b0d4873f (diff)
downloadyelp-bcabde7cc82dbbaba64537e331d9a9aeeca1327a.tar.gz
Pull up from HEAD
-rw-r--r--src/man2html/yelp-man2html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man2html/yelp-man2html.c b/src/man2html/yelp-man2html.c
index ac23402f..77914edb 100644
--- a/src/man2html/yelp-man2html.c
+++ b/src/man2html/yelp-man2html.c
@@ -3793,7 +3793,7 @@ main(int argc, char **argv)
len = strlen(output);
for(i = 0; i < len; i++)
{
- if (isspace((unsigned char)output[i] && (output[i+1] == '/')))
+ if (isspace((unsigned char)output[i]) && output[i+1] == '/')
output[i] = '\0';
}