X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ec68c7d9fca00e976df02842dc2c9d5a523567af..b46d49ba:/sbr/unquote.c?ds=sidebyside diff --git a/sbr/unquote.c b/sbr/unquote.c index 0708f6fd..b6411e11 100644 --- a/sbr/unquote.c +++ b/sbr/unquote.c @@ -7,6 +7,7 @@ */ #include +#include "unquote.h" /* * Remove quotes (and handle escape strings) from RFC 5322 quoted-strings. @@ -39,6 +40,4 @@ unquote_string(const char *input, char *output) } output[m] = '\0'; - - return; }