#983550 articles.c: remove a stray "*/"

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-02-26 01:51:04 UTC
Severity:
normal
Tags:
#983550#5
Date:
2021-02-26 01:48:30 UTC
From:
To:
Dear Maintainer,

  articles.c: remove a stray "*/".

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 6364979..8e36e15 100644
--- a/articles.c
+++ b/articles.c
@@ -590,7 +590,7 @@ attr_again:

 data_error:
     log_entry('E', "%s: article data inconsistency; number=%li, first=%li, last=%li", gh->group_name,
-      db_hdr.dh_number, gh->first_db_article, gh->last_db_article); */
+      db_hdr.dh_number, gh->first_db_article, gh->last_db_article);

 #ifndef NOV
     fclose(data);