Commit 23490202 authored by Benjamin Peterson's avatar Benjamin Peterson

fix typo in c++ ifdef

parent f3637327
......@@ -192,7 +192,7 @@ typedef struct {
#define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1)
#ifdef __cpluplus
#ifdef __cplusplus
}
#endif
#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