diff options
Diffstat (limited to 'common/cmd_source.c')
-rw-r--r-- | common/cmd_source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_source.c b/common/cmd_source.c index 16a627a3dd5..32fff5cec81 100644 --- a/common/cmd_source.c +++ b/common/cmd_source.c @@ -179,7 +179,7 @@ source (ulong addr, const char *fit_uname) if (*line) { debug ("** exec: \"%s\"\n", line); - if (run_command (line, 0) < 0) { + if (run_command(line, 0) < 0) { rcode = 1; break; } |