X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fbmp_logo.c;h=2421b825cb00a378880b18df5d406bd85e6a43a6;hb=8bde7f776c77b343aca29b8c7b58464d915ac245;hp=54fdcffbaff40b1a6592e7652e3c953c4a347065;hpb=993cad9364c6b87ae429d1ed1130d8153f6f027e;p=oweals%2Fu-boot.git diff --git a/tools/bmp_logo.c b/tools/bmp_logo.c index 54fdcffbaf..2421b825cb 100644 --- a/tools/bmp_logo.c +++ b/tools/bmp_logo.c @@ -68,8 +68,8 @@ int main (int argc, char *argv[]) exit (EXIT_FAILURE); } - /* - * read width and height of the image, and the number of colors used; + /* + * read width and height of the image, and the number of colors used; * ignore the rest */ skip_bytes (fp, 16); @@ -174,4 +174,3 @@ int main (int argc, char *argv[]) return (0); } -