X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ec68c7d9fca00e976df02842dc2c9d5a523567af..d60c3eab53ca38c4f3bd88b0cc5fda86a527514f:/sbr/unquote.c diff --git a/sbr/unquote.c b/sbr/unquote.c index 0708f6fd..b20c829c 100644 --- a/sbr/unquote.c +++ b/sbr/unquote.c @@ -39,6 +39,4 @@ unquote_string(const char *input, char *output) } output[m] = '\0'; - - return; }