Skip to content
Snippets Groups Projects
Commit d2fe8df8 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 3ba765da
Branches
Tags
1 merge request!455Update branch with changes from master
// newsutil.js
// Generates and parses USENET news headers // Generates and parses USENET news headers
// for use with newslink.js and nntpservice.js // 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("mailutil.js", 'mail_get_name');
require("smbdefs.js", 'RFC822HEADER'); require("smbdefs.js", 'RFC822HEADER');
...@@ -215,7 +211,7 @@ function parse_news_header(hdr, line) ...@@ -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) function decode_news_body(hdr, body)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment