From 3a57d9de076d255f5cf46816c07e79a8c9b76ec4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 4 Jan 2003 08:54:59 +0000 Subject: [PATCH] Fix typo. --- Modules/_tkinter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 6ca6f17fd5..21d62b1dfa 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -43,7 +43,7 @@ Copyright (C) 1994 Steen Lumholt. #endif #ifndef PyMODINIT_FUNC -#define PyPyMODINIT_FUNC void +#define PyMODINIT_FUNC void #endif /* Starting with Tcl 8.4, many APIs offer const-correctness. Unfortunately, -- 2.40.0