1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-20 05:19:19 +00:00

Add closing va_end() call.

This commit is contained in:
Chris Spiegel
2014-12-22 10:50:25 -08:00
parent ba67c5bdcc
commit 1d9ef25f59

View File

@ -94,6 +94,7 @@ putv(struct ocx *ocx, enum ocx_chan chan, const char *fmt, va_list ap)
(void)vfprintf(dst, fmt, ap);
if (chan == OCX_DIAG)
vsyslog(LOG_ERR, fmt, ap2);
va_end(ap2);
}
/**********************************************************************