diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index fe05e4715..d7b479d64 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -7207,7 +7207,7 @@ static int FAST_FUNC builtin_memleak(char **argv UNUSED_PARAM) | |||
7207 | 7207 | ||
7208 | if (!G.memleak_value) | 7208 | if (!G.memleak_value) |
7209 | G.memleak_value = l; | 7209 | G.memleak_value = l; |
7210 | 7210 | ||
7211 | l -= G.memleak_value; | 7211 | l -= G.memleak_value; |
7212 | if ((long)l < 0) | 7212 | if ((long)l < 0) |
7213 | l = 0; | 7213 | l = 0; |