From: Benjamin Peterson Date: Wed, 12 Aug 2009 18:11:03 +0000 (+0000) Subject: fix typo in c++ ifdef X-Git-Tag: v3.2a1~2697 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23490202dee5654d40de359f11a376fa2b6436ce;p=thirdparty%2FPython%2Fcpython.git fix typo in c++ ifdef --- diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index ee525153fb8a..65bc8ad52b7b 100644 --- a/Modules/socketmodule.h +++ b/Modules/socketmodule.h @@ -192,7 +192,7 @@ typedef struct { #define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1) -#ifdef __cpluplus +#ifdef __cplusplus } #endif #endif /* !Py__SOCKET_H */