diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 2862f10..0f951e8 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -13163,7 +13163,7 @@ static inline int arith_apply(operator op, v_n_t *numstack, v_n_t **numstackptr) { v_n_t *numptr_m1; - arith_t numptr_val, rez + arith_t numptr_val, rez; int ret_arith_lookup_val; if (NUMPTR == numstack) goto err; /* There is no operator that can work |