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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23490202dee5654d40de359f11a376fa2b6436ce;p=python fix typo in c++ ifdef --- diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index ee525153fb..65bc8ad52b 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 */