X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcli_hush.c;h=296542f4c2d62b7094694a40c79c7d2fe9fdf545;hb=49891df661acf164460ba3ada60fccfc5a53ea71;hp=9607e93d513b37bfbe0c950f0317e3896a361acd;hpb=484408fb5194586b6ba6251f15cbae0c445c3bf5;p=u-boot diff --git a/common/cli_hush.c b/common/cli_hush.c index 9607e93d51..296542f4c2 100644 --- a/common/cli_hush.c +++ b/common/cli_hush.c @@ -3162,7 +3162,7 @@ static int parse_stream_outer(struct in_str *inp, int flag) o_string temp=NULL_O_STRING; int rcode; #ifdef __U_BOOT__ - int code = 0; + int code = 1; #endif do { ctx.type = flag;