X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Feasylogo%2Feasylogo.c;h=00a1e4ed1675ccedbee5a203e1ad68c6610c672a;hb=0e7927db138976469e7257e29c1338050a50fcd9;hp=c20e6a717c4d9333ebc6032b01bf071895b0d844;hpb=edfed1d91df2b2670a812ca9d1a1f9faae7dba47;p=u-boot diff --git a/tools/easylogo/easylogo.c b/tools/easylogo/easylogo.c index c20e6a717c..00a1e4ed16 100644 --- a/tools/easylogo/easylogo.c +++ b/tools/easylogo/easylogo.c @@ -332,7 +332,7 @@ int image_save_header (image_t * image, char *filename, char *varname) if (col) fprintf (file, "%s\n", str); - /* End of declaration */ + /* End of declaration */ fprintf (file, "};\n\n"); /* Variable */ fprintf (file, "fastimage_t %s = {\n", varname);