summaryrefslogtreecommitdiffstats
path: root/tools/bmp_logo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bmp_logo.c')
-rw-r--r--tools/bmp_logo.c5
1 files changed, 2 insertions, 3 deletions
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);
}
-
OpenPOWER on IntegriCloud