summaryrefslogtreecommitdiffstats
path: root/tools/easylogo/easylogo.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-09-18 10:48:03 +0200
committerStefan Roese <sr@denx.de>2006-09-18 10:48:03 +0200
commit64cd52efd1dc51a4a5a0cf10efe5362fab27de29 (patch)
tree64e046a7d8b2f0106bc387dd032734ad963f4e68 /tools/easylogo/easylogo.c
parent899620c2d66d4eef3b2a0034d062e71d45d886c9 (diff)
parent854bc8da75709f13dab4cfa6e9094c0cb49b5c5a (diff)
downloadblackbird-obmc-uboot-64cd52efd1dc51a4a5a0cf10efe5362fab27de29.tar.gz
blackbird-obmc-uboot-64cd52efd1dc51a4a5a0cf10efe5362fab27de29.zip
Merge with /home/stefan/git/u-boot/denx
Diffstat (limited to 'tools/easylogo/easylogo.c')
-rw-r--r--tools/easylogo/easylogo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/easylogo/easylogo.c b/tools/easylogo/easylogo.c
index cbec70b87f..9f1d1fff08 100644
--- a/tools/easylogo/easylogo.c
+++ b/tools/easylogo/easylogo.c
@@ -265,7 +265,7 @@ int image_save_header (image_t *image, char *filename, char *varname)
return -1 ;
/* Author information */
- fprintf(file, "/*\n * Generated by EasyLogo, (C) 2000 by Paolo Scaffardi\n/*\n"); */
+ fprintf(file, "/*\n * Generated by EasyLogo, (C) 2000 by Paolo Scaffardi\n *\n");
fprintf(file, " * To use this, include it and call: easylogo_plot(screen,&%s, width,x,y)\n *\n", varname);
fprintf(file, " * Where:\t'screen'\tis the pointer to the frame buffer\n");
fprintf(file, " *\t\t'width'\tis the screen width\n");
OpenPOWER on IntegriCloud