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);
|
va_end(arg);
|
||||||
fmtprint(&f, "\n");
|
fmtprint(&f, "\n");
|
||||||
fmtfdflush(&f);
|
fmtfdflush(&f);
|
||||||
threadexitsall(fmt);
|
threadexitsall(buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue