From b42b3c60fc1040a48e6d22a607653f45e80121c7 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 18 May 2002 15:15:30 +0000 Subject: More whitespace fixes. --- usr.bin/makewhatis/makewhatis.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/makewhatis') diff --git a/usr.bin/makewhatis/makewhatis.c b/usr.bin/makewhatis/makewhatis.c index 5098431..c9a217d 100644 --- a/usr.bin/makewhatis/makewhatis.c +++ b/usr.bin/makewhatis/makewhatis.c @@ -608,10 +608,12 @@ process_mdoc_line(char *line) next = ++line; for (;;) { next = strchr(next, '"'); - if (next == NULL || *next != '"') + if (next == NULL) break; strcpy(next, &next[1]); line_end--; + if (*next != '"') + break; next++; } } else -- cgit v1.1