summaryrefslogtreecommitdiffstats
path: root/stdlib/headernt.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/headernt.c')
-rw-r--r--stdlib/headernt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/headernt.c b/stdlib/headernt.c
index bb04dbea8..aa113ac9d 100644
--- a/stdlib/headernt.c
+++ b/stdlib/headernt.c
@@ -155,7 +155,8 @@ void __declspec(noreturn) __cdecl headerentry()
DWORD numwritten;
errh = GetStdHandle(STD_ERROR_HANDLE);
WriteFile(errh, truename, strlen(truename), &numwritten, NULL);
- WriteFile(errh, msg_and_length(" not found or is not a bytecode executable file\r\n"),
+ WriteFile(errh, msg_and_length(" not found or is not a bytecode"
+ " executable file\r\n"),
&numwritten, NULL);
ExitProcess(2);
#if _MSC_VER >= 1200