Skip to content
Snippets Groups Projects
Commit 40c87dc4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Correct comment about return value of function

Why does a function this small need a comment describing its return value in
the first place? <sigh>
parent 33cbf636
No related branches found
No related tags found
No related merge requests found
// newsutil.js
// Generates and parses USENET news headers
// for use with newslink.js and nntpservice.js
// $Id: newsutil.js,v 1.34 2020/06/08 03:20:37 rswindell Exp $
require("mailutil.js", 'mail_get_name');
require("smbdefs.js", 'RFC822HEADER');
......@@ -215,7 +211,7 @@ function parse_news_header(hdr, line)
}
/*
* Returns TRUE if hdr and/or body are modified
* Returns decoded body text
*/
function decode_news_body(hdr, body)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment