summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
Diffstat (limited to 'Objects')
-rw-r--r--Objects/floatobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/floatobject.c b/Objects/floatobject.c
index ab7cfeb..d6a5a35 100644
--- a/Objects/floatobject.c
+++ b/Objects/floatobject.c
@@ -2478,6 +2478,7 @@ _PyFloat_Pack8(double x, unsigned char *p, int le)
/* Eighth byte */
*p = flo & 0xFF;
+ /* p += incr; Unneeded (for now) */
/* Done */
return 0;