#984711 articles.c: comment out a redeclaration of a prototype for "test_article()"

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-07 15:33:04 UTC
Severity:
normal
Tags:
#984711#5
Date:
2021-03-07 15:30:24 UTC
From:
To:
Dear Maintainer,

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 articles.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/articles.c b/articles.c
index 8e36e15..b834ac4 100644
--- a/articles.c
+++ b/articles.c
@@ -39,7 +39,7 @@ article_header **articles;
 extern int      ignore_fancy_select;
 extern int      killed_articles;