summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/cmathmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c
index 56e6bad..fbf6ece 100644
--- a/Modules/cmathmodule.c
+++ b/Modules/cmathmodule.c
@@ -68,7 +68,7 @@ enum special_types {
ST_PZERO, /* 3, +0. */
ST_POS, /* 4, positive finite number (nonzero) */
ST_PINF, /* 5, positive infinity */
- ST_NAN, /* 6, Not a Number */
+ ST_NAN /* 6, Not a Number */
};
static enum special_types