diff options
Diffstat (limited to 'tools/bmp_logo.c')
-rw-r--r-- | tools/bmp_logo.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/bmp_logo.c b/tools/bmp_logo.c index 54fdcff..2421b82 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); } - |