diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-06-23 20:50:54 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-06-23 20:50:54 +0200 | 
| commit | 482126e27b3dbf0e69a6445da8b94b3551adf05d (patch) | |
| tree | ded2a96024ec709d2c8d632e8814c8bcc9b05832 /common/cmd_setexpr.c | |
| parent | 460c2ce362e56890c2a029e2c3b1ff2796c7fc54 (diff) | |
| download | olio-uboot-2014.01-482126e27b3dbf0e69a6445da8b94b3551adf05d.tar.xz olio-uboot-2014.01-482126e27b3dbf0e69a6445da8b94b3551adf05d.zip | |
Prepare v2010.06-rc3v2010.06-rc3
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/cmd_setexpr.c')
| -rw-r--r-- | common/cmd_setexpr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_setexpr.c b/common/cmd_setexpr.c index 2d3719755..da9e844a8 100644 --- a/common/cmd_setexpr.c +++ b/common/cmd_setexpr.c @@ -32,7 +32,7 @@ static ulong get_arg(char *s, int w)  {  	ulong *p; -        /* +	/*  	 * if the parameter starts with a '*' then assume  	 * it is a pointer to the value we want  	 */ |