mirror of
https://github.com/python/cpython.git
synced 2025-08-23 02:04:56 +00:00
fix typo in c++ ifdef
This commit is contained in:
parent
f3637327ff
commit
23490202de
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ typedef struct {
|
||||||
|
|
||||||
#define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1)
|
#define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1)
|
||||||
|
|
||||||
#ifdef __cpluplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif /* !Py__SOCKET_H */
|
#endif /* !Py__SOCKET_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue