fix typo in c++ ifdef

This commit is contained in:
Benjamin Peterson 2009-08-12 18:11:03 +00:00
parent f3637327ff
commit 23490202de
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ typedef struct {
#define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1)
#ifdef __cpluplus
#ifdef __cplusplus
}
#endif
#endif /* !Py__SOCKET_H */