]> diplodocus.org Git - nmh/blobdiff - sbr/unquote.c
new.c: Order two return statements to match comment.
[nmh] / sbr / unquote.c
index 0708f6fd4722cb39b7e51b55eb43c3ec52c4f684..b6411e11257ab01d5b598910a309ad11603120cb 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <h/mh.h>
+#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;
 }