diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-06-22 20:09:40 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-06-22 20:09:40 +0000 |
commit | e7725db8304f4f195aef63643f12f4c73cfd6d97 (patch) | |
tree | 420580f976f967dae04fc54b3927edb50da29194 /shell | |
parent | 7df477d5825777b02ed425fa170debe58920b7b3 (diff) | |
download | busybox-w32-e7725db8304f4f195aef63643f12f4c73cfd6d97.tar.gz busybox-w32-e7725db8304f4f195aef63643f12f4c73cfd6d97.tar.bz2 busybox-w32-e7725db8304f4f195aef63643f12f4c73cfd6d97.zip |
Stupidity-1, Erik-0
git-svn-id: svn://busybox.net/trunk/busybox@8920 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-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 2862f1032..0f951e84d 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -13163,7 +13163,7 @@ static inline int | |||
13163 | arith_apply(operator op, v_n_t *numstack, v_n_t **numstackptr) | 13163 | arith_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 |