Skip to content

Commit eb61b6e

Browse files
committed
Fix typo in previous patch.
1 parent ccada24 commit eb61b6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/cmathmodule.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ static Py_complex c_pi2 = {M_PI/2., 0.};
3636
#endif
3737

3838
/* forward declarations */
39-
staticforward Py_complex c_log(Py_Complex);
40-
staticforward Py_complex c_prodi(Py_Complex);
41-
staticforward Py_complex c_sqrt(Py_Complex);
39+
staticforward Py_complex c_log(Py_complex);
40+
staticforward Py_complex c_prodi(Py_complex);
41+
staticforward Py_complex c_sqrt(Py_complex);
4242

4343

4444
static Py_complex c_acos(Py_complex x)

0 commit comments

Comments
 (0)