mirror of https://github.com/python/cpython.git
fix typo in c++ ifdef
This commit is contained in:
parent
f3637327ff
commit
23490202de
|
@ -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…
Reference in New Issue