chiark / gitweb /
fix up silly compiler warning and improve readability a bit
[trains.git] / hostside / multiplex.c
1 void vbadcmd(ParseState *ps, const char *fmt, va_list al) {
2   voerror(&ps->ci->out,fmt,al);
3 }
4