aboutsummaryrefslogtreecommitdiff
path: root/shell/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/math.c')
-rw-r--r--shell/math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/math.c b/shell/math.c
index 3791b84bc..fc20def62 100644
--- a/shell/math.c
+++ b/shell/math.c
@@ -258,7 +258,7 @@ static int
arith_lookup_val(v_n_t *t, a_e_h_t *math_hooks)
{
if (t->var) {
- const char * p = lookupvar(t->var);
+ const char *p = lookupvar(t->var);
if (p) {
int errcode;