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 3791b84bc..fc20def62 100644 --- a/shell/math.c +++ b/shell/math.c | |||
@@ -258,7 +258,7 @@ static int | |||
258 | arith_lookup_val(v_n_t *t, a_e_h_t *math_hooks) | 258 | arith_lookup_val(v_n_t *t, a_e_h_t *math_hooks) |
259 | { | 259 | { |
260 | if (t->var) { | 260 | if (t->var) { |
261 | const char * p = lookupvar(t->var); | 261 | const char *p = lookupvar(t->var); |
262 | 262 | ||
263 | if (p) { | 263 | if (p) { |
264 | int errcode; | 264 | int errcode; |