diff options
author | Wolfgang Denk <wd@denx.de> | 2010-06-23 20:55:27 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-06-23 20:55:27 +0200 |
commit | e5ed138a23923ebe61843244748d98d3dbc04777 (patch) | |
tree | ded2a96024ec709d2c8d632e8814c8bcc9b05832 /common | |
parent | eb77c9bdeac3963f14d122cccaadcfa248124a0e (diff) | |
parent | 482126e27b3dbf0e69a6445da8b94b3551adf05d (diff) |
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
Diffstat (limited to 'common')
-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 2d3719755e..da9e844a86 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 */ |