diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-10-23 00:24:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-10-23 00:24:25 +0000 |
commit | ab1717bb35d85041e0184f79daa1313a1306dc01 (patch) | |
tree | fa0739f76b49b902269f8f7c1e1c7c5ea30c0556 /eqn/shift.c | |
parent | aa7798c94fa57f6c00fab4393c9fe91334864371 (diff) |
Notes
Diffstat (limited to 'eqn/shift.c')
-rw-r--r-- | eqn/shift.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eqn/shift.c b/eqn/shift.c index 666a9c07a21c..d86c0acfd298 100644 --- a/eqn/shift.c +++ b/eqn/shift.c @@ -35,7 +35,7 @@ bshiftb(int p1, int dir, int p2) { #ifndef NEQN float shval, d1, h1, b1, h2, b2; float diffps, effps, effps2; - char *sh1, *sh2; + const char *sh1, *sh2; #else /* NEQN */ int shval, d1, h1, b1, h2, b2; #endif /* NEQN */ |