From 5cedafb2c068ceddf18690aaf00b9ea17ac3258d Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 26 Nov 2008 14:58:56 +0100 Subject: [PATCH] fixed typo --- Cython/Compiler/Nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/Nodes.py b/Cython/Compiler/Nodes.py index 73a57495..a2efeed5 100644 --- a/Cython/Compiler/Nodes.py +++ b/Cython/Compiler/Nodes.py @@ -800,7 +800,7 @@ class CStructOrUnionDefNode(StatNode): for attr in self.attributes: attr.analyse_declarations(env, scope) if self.visibility != 'extern': - needs_typedef_indirection = False + need_typedef_indirection = False for attr in scope.var_entries: type = attr.type while type.is_array: -- 2.26.2