acme/win: fix error messages

This commit is contained in:
ftrvxmtrx 2013-04-26 20:35:10 +02:00
parent e83d5a84f2
commit 3f8c1dc2fa

View file

@ -73,7 +73,7 @@ error(char *fmt, ...)
va_end(arg);
fmtprint(&f, "\n");
fmtfdflush(&f);
threadexitsall(fmt);
threadexitsall(buf);
}
void