acme/win: fix error messages

front
ftrvxmtrx 2013-04-26 20:35:10 +02:00
parent e83d5a84f2
commit 3f8c1dc2fa
1 changed files with 1 additions and 1 deletions

View File

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