]> diplodocus.org Git - nmh/blobdiff - sbr/unquote.c
Added warning about when post(1) can't refile(1) a draft.
[nmh] / sbr / unquote.c
index f9fa9112fccfd9f6fab7ab566ee04babda9d077c..b20c829cb9f8e6e4002901f7400f01e148dfdc27 100644 (file)
@@ -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;
 }