aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 7f526243346..5eee386cab7 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1753,7 +1753,7 @@ print_object (obj, printcharfun, escapeflag)
1753 { 1753 {
1754 while (p != end && ((*p >= '0' && *p <= '9') 1754 while (p != end && ((*p >= '0' && *p <= '9')
1755 /* Needed for \2e10. */ 1755 /* Needed for \2e10. */
1756 || *p == 'e')) 1756 || *p == 'e' || *p == 'E'))
1757 p++; 1757 p++;
1758 confusing = (end == p); 1758 confusing = (end == p);
1759 } 1759 }