aboutsummaryrefslogtreecommitdiff
path: root/fpconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'fpconv.c')
-rw-r--r--fpconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpconv.c b/fpconv.c
index 3ff79dc..fd4deb0 100644
--- a/fpconv.c
+++ b/fpconv.c
@@ -122,7 +122,7 @@ static void set_number_format(char *fmt, int precision)
122 } 122 }
123 fmt[i++] = '0' + d2; 123 fmt[i++] = '0' + d2;
124 fmt[i++] = 'g'; 124 fmt[i++] = 'g';
125 fmt[i++] = 0; 125 fmt[i] = 0;
126} 126}
127 127
128/* Assumes there is always at least 32 characters available in the target buffer */ 128/* Assumes there is always at least 32 characters available in the target buffer */