commit | 6b094a42585ebd6a08bd7e9a0814b06e38e77ac6 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Aug 19 19:27:53 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Aug 19 19:27:53 2008 +0000 |
tree | 95749fa66b6ce151fb100a757e748d96109cb7a6 | |
parent | 0ad5ae02af093ad2aa6e97b9eb503efb58e52fcc [diff] [blame] |
fix a little typo
diff --git a/Include/pymath.h b/Include/pymath.h index a3735c2..7cea9ae 100644 --- a/Include/pymath.h +++ b/Include/pymath.h
@@ -19,7 +19,7 @@ *Note: PC/pyconfig.h defines copysign as _copysign */ #ifndef HAVE_COPYSIGN -extern double copysign(doube, double); +extern double copysign(double, double); #endif #ifndef HAVE_ACOSH