Kaydet (Commit) 23490202 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix typo in c++ ifdef

üst f3637327
...@@ -192,7 +192,7 @@ typedef struct { ...@@ -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 */
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