acme/win: fix error messages
This commit is contained in:
parent
e83d5a84f2
commit
3f8c1dc2fa
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ error(char *fmt, ...)
|
|||
va_end(arg);
|
||||
fmtprint(&f, "\n");
|
||||
fmtfdflush(&f);
|
||||
threadexitsall(fmt);
|
||||
threadexitsall(buf);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue