]> diplodocus.org Git - nmh/blobdiff - sbr/unquote.c
config/version.sh: Rewrite. Use uname(1), git-describe(1), and UTC.
[nmh] / sbr / unquote.c
index 0708f6fd4722cb39b7e51b55eb43c3ec52c4f684..b20c829cb9f8e6e4002901f7400f01e148dfdc27 100644 (file)
@@ -39,6 +39,4 @@ unquote_string(const char *input, char *output)
     }
 
     output[m] = '\0';
-
-    return;
 }