Dear Maintainer,
aux.c: remove leftover '+' in column 1; add block delimiters
Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
aux.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/aux.c b/aux.c
index 5ce9271..2aa9402 100644
--- a/aux.c
+++ b/aux.c
@@ -467,16 +467,17 @@ aux_sh(article_header * ah, char *script, char *prog, char *action, char *record
unlink(copy);
return (22);
}
- if (empty_answer_check)
+ if (empty_answer_check) {
if (cmp_file(temp_file, copy) != 1) {
snprintf(delayed_msg, ndelayed_msg, sent_fmt, " not");
unlink(temp_file);
unlink(copy);
return (22);
}
-+/*
-+ aux.c:...: warning: the address of 'lookfor' will always evaluate as 'true'
-+*/
+ }
+/*
+ aux.c:...: warning: the address of 'lookfor' will always evaluate as 'true'
+*/
/* if (lookfor); */ /* grep for lookfor */
break;