Added a space in an error message

This commit is contained in:
Guido van Rossum 1997-05-22 20:21:30 +00:00
parent cbf1b9c40e
commit 23c9446d9a

View file

@ -618,7 +618,7 @@ Py_FatalError(msg)
for (;;); for (;;);
#endif #endif
#ifdef MS_WIN32 #ifdef MS_WIN32
OutputDebugString("Fatal Python error:"); OutputDebugString("Fatal Python error: ");
OutputDebugString(msg); OutputDebugString(msg);
OutputDebugString("\n"); OutputDebugString("\n");
#endif #endif