diff options
author | Stefan Roese <sr@denx.de> | 2007-06-20 08:23:42 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-06-20 08:23:42 +0200 |
commit | 6b44466cdeabd54f9dabcd2f00d3a232a4b854a9 (patch) | |
tree | 35e536aa1eb7e781b78fff82da76e16a5e3a00f7 /common/main.c | |
parent | b3f9ec86e388207fd03dcdf7b145b9ed080bf024 (diff) | |
parent | 5ffa76a032279bc6d3230b703eda32d13305ba13 (diff) | |
download | u-boot-imx-6b44466cdeabd54f9dabcd2f00d3a232a4b854a9.zip u-boot-imx-6b44466cdeabd54f9dabcd2f00d3a232a4b854a9.tar.gz u-boot-imx-6b44466cdeabd54f9dabcd2f00d3a232a4b854a9.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'common/main.c')
-rw-r--r-- | common/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c index 09ee64b..553ac35 100644 --- a/common/main.c +++ b/common/main.c @@ -1336,7 +1336,7 @@ int run_command (const char *cmd, int flag) /* Did the user stop this? */ if (had_ctrlc ()) - return 0; /* if stopped then not repeatable */ + return -1; /* if stopped then not repeatable */ } return rc ? rc : repeatable; |