X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_reiser.c;h=887156486a136af8235e8d25b54f582c0ecd7ca4;hb=015999584167b946dbc8f0c4fee96cc806dd10cc;hp=b9d2449e332055b904f2afa4956c3217367544c6;hpb=1a4596601fd395f3afb8f82f3f840c5e00bdd57a;p=u-boot diff --git a/common/cmd_reiser.c b/common/cmd_reiser.c index b9d2449e33..887156486a 100644 --- a/common/cmd_reiser.c +++ b/common/cmd_reiser.c @@ -141,7 +141,7 @@ int do_reiserload (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) filelen = reiserfs_open(filename); if (filelen < 0) { - printf("** File not found %s\n", filename); + printf("** File not found %s **\n", filename); return 1; } if ((count < filelen) && (count != 0)) {