]> diplodocus.org Git - nmh/blobdiff - uip/mhmisc.c
datetime.c: Replace some int with bool.
[nmh] / uip / mhmisc.c
index dc33bc08b9d306112cdccbd9611b16bdddf67751..380d7eacf84e67bb77b7ec547c546ffcc4eec5be 100644 (file)
@@ -240,6 +240,8 @@ content_error (char *what, CT ct, char *fmt, ...)
     } else {
        inform("%s", buffer);
     }
+
+    va_end(arglist);
 }