From 5d39d909098dc7a71d11d9028728717a565d59c4 Mon Sep 17 00:00:00 2001 From: Miciah Dashiel Butler Masters Date: Fri, 11 Nov 2005 06:17:50 +0000 Subject: [PATCH] Add some whitespace in bad_punct. --- src/config/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/options.c b/src/config/options.c index d15a456c3..4996a4ffe 100644 --- a/src/config/options.c +++ b/src/config/options.c @@ -74,7 +74,7 @@ static void free_options_tree(struct list_head *, int recursive); /* Detect ending '.' (and some others) in options captions. * It will emit a message in debug mode only. --Zas */ -#define bad_punct(c) (c != ')' && c!= '>' && !isquote(c) && ispunct(c)) +#define bad_punct(c) (c != ')' && c != '>' && !isquote(c) && ispunct(c)) static void check_caption(unsigned char *caption)