summaryrefslogtreecommitdiffstats
path: root/Modules/fmmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/fmmodule.c')
-rw-r--r--Modules/fmmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/fmmodule.c b/Modules/fmmodule.c
index d6d753a..78a5877 100644
--- a/Modules/fmmodule.c
+++ b/Modules/fmmodule.c
@@ -15,7 +15,7 @@ typedef struct {
fmfonthandle fh_fh;
} fhobject;
-staticforward PyTypeObject Fhtype;
+static PyTypeObject Fhtype;
#define is_fhobject(v) ((v)->ob_type == &Fhtype)