commit | 4f44a6ba95995b80b6bdc9caa40a83ce3d70109b | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Apr 04 16:57:50 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Apr 04 17:58:26 2009 +0200 |
tree | 870cae39c8d9d5d33a18aba95350e9844481db36 | |
parent | b8664ab2eade74a88e6370da30dec2e30b9b716c [diff] [blame] |
Fix quoting bug introduced by commit 74de7aef Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/board/pn62/cmd_pn62.c b/board/pn62/cmd_pn62.c index b9f3bdb..ff5d63e 100644 --- a/board/pn62/cmd_pn62.c +++ b/board/pn62/cmd_pn62.c
@@ -157,7 +157,7 @@ char *s; if (((s = getenv("autoscript")) != NULL) && (strcmp(s,"yes") == 0)) { - printf ("Running "source" command at addr 0x%08lX", + printf ("Running \"source\" command at addr 0x%08lX", load_addr); s = getenv ("autoscript_uname");