diff options
Diffstat (limited to 'shell/math.c')
-rw-r--r-- | shell/math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/math.c b/shell/math.c index 3791b84..fc20def 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; |