Fix typo in previous patch.
diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c
index 70f4278..3c350bf 100644
--- a/Modules/cmathmodule.c
+++ b/Modules/cmathmodule.c
@@ -36,9 +36,9 @@
 #endif
 
 /* forward declarations */
-staticforward Py_complex c_log(Py_Complex);
-staticforward Py_complex c_prodi(Py_Complex);
-staticforward Py_complex c_sqrt(Py_Complex);
+staticforward Py_complex c_log(Py_complex);
+staticforward Py_complex c_prodi(Py_complex);
+staticforward Py_complex c_sqrt(Py_complex);
 
 
 static Py_complex c_acos(Py_complex x)