aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-06-22 20:09:40 +0000
committerEric Andersen <andersen@codepoet.org>2004-06-22 20:09:40 +0000
commitfac312d78bf34833c629232fa5055408715cb65b (patch)
tree420580f976f967dae04fc54b3927edb50da29194 /shell
parente983584c702c88f5f7a3d3ae88ebc3fc37122085 (diff)
downloadbusybox-fac312d78bf34833c629232fa5055408715cb65b.tar.gz
Stupidity-1, Erik-0
Diffstat (limited to 'shell')
-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
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