Adding new line to error/warning message on Windows and fixing some typos.

This commit is contained in:
Dmitry Babokin
2013-05-01 20:22:01 +02:00
parent 3e18cec691
commit 549655bff4
3 changed files with 4 additions and 3 deletions

View File

@@ -232,6 +232,7 @@ static void
lPrintWithWordBreaks(const char *buf, int indent, int columnWidth, FILE *out) {
#ifdef ISPC_IS_WINDOWS
fputs(buf, out);
fputs("\n", out);
#else
int column = 0;
int width = std::max(40, columnWidth - 2);