]> diplodocus.org Git - nmh/blobdiff - sbr/unquote.c
sbr/icalparse.y: Replace max(BUFSIZ, 8192) with NMH_BUFSIZ.
[nmh] / sbr / unquote.c
index 0708f6fd4722cb39b7e51b55eb43c3ec52c4f684..b20c829cb9f8e6e4002901f7400f01e148dfdc27 100644 (file)
@@ -39,6 +39,4 @@ unquote_string(const char *input, char *output)
     }
 
     output[m] = '\0';
-
-    return;
 }