aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 2862f1032..0f951e84d 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -13163,7 +13163,7 @@ static inline int
13163arith_apply(operator op, v_n_t *numstack, v_n_t **numstackptr) 13163arith_apply(operator op, v_n_t *numstack, v_n_t **numstackptr)
13164{ 13164{
13165 v_n_t *numptr_m1; 13165 v_n_t *numptr_m1;
13166 arith_t numptr_val, rez 13166 arith_t numptr_val, rez;
13167 int ret_arith_lookup_val; 13167 int ret_arith_lookup_val;
13168 13168
13169 if (NUMPTR == numstack) goto err; /* There is no operator that can work 13169 if (NUMPTR == numstack) goto err; /* There is no operator that can work