X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7e8ff2e745cc775339c53d29658f358786f4a500..44ce2010:/sbr/unquote.c?ds=inline diff --git a/sbr/unquote.c b/sbr/unquote.c index f9fa9112..b20c829c 100644 --- a/sbr/unquote.c +++ b/sbr/unquote.c @@ -1,5 +1,4 @@ -/* - * unquote.c: Handle quote removal and quoted-pair strings on +/* unquote.c -- Handle quote removal and quoted-pair strings on * RFC 2822-5322 atoms. * * This code is Copyright (c) 2013, by the authors of nmh. See the @@ -40,6 +39,4 @@ unquote_string(const char *input, char *output) } output[m] = '\0'; - - return; }