mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Left-aligned preprocessor directives and changed C++ comments to C
comments.
This commit is contained in:
parent
c5a0f532e7
commit
32c575da0a
1 changed files with 9 additions and 9 deletions
|
@ -1466,13 +1466,13 @@ OS2init()
|
|||
|
||||
if (rc == 0) {
|
||||
atexit(OS2cleanup);
|
||||
return 1; // Indicate Success
|
||||
return 1; /* Indicate Success */
|
||||
}
|
||||
|
||||
sprintf(reason, "OS/2 TCP/IP Error# %d", sock_errno());
|
||||
PyErr_SetString(PyExc_ImportError, reason);
|
||||
|
||||
return 0; // Indicate Failure
|
||||
return 0; /* Indicate Failure */
|
||||
}
|
||||
|
||||
#endif /* PYOS_OS2 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue