summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index e1dab3b..edfd945 100644
--- a/math.c
+++ b/math.c
@@ -109,7 +109,7 @@ static int priority(int op);
*/
static void
-parse_double (char *src, char *fmt, double *dp)
+parse_double (const char *src, const char *fmt, double *dp)
{
int olderrno = errno;