Commit 23c9446d authored by Guido van Rossum's avatar Guido van Rossum

Added a space in an error message

parent cbf1b9c4
......@@ -618,7 +618,7 @@ Py_FatalError(msg)
for (;;);
#endif
#ifdef MS_WIN32
OutputDebugString("Fatal Python error:");
OutputDebugString("Fatal Python error: ");
OutputDebugString(msg);
OutputDebugString("\n");
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment