Commit 4c15ef55a2fe13ecb780e7ea2064e608a0ee0d67

Authored by Marian Balakowicz
1 parent 113f64e09a

tools/easylogo/easylogo.c

Showing 2 changed files with 3 additions and 1 deletions Side-by-side Diff

... ... @@ -2,6 +2,8 @@
2 2 Changes since U-Boot 1.1.4:
3 3 ======================================================================
4 4  
  5 +* Fix tools/easylogo build error.
  6 +
5 7 * Update for MCC200 / PRS200 boards:
6 8 - auto-adjust console device for Linux.
7 9 - fix typos.
tools/easylogo/easylogo.c
... ... @@ -265,7 +265,7 @@
265 265 return -1 ;
266 266  
267 267 /* Author information */
268   - fprintf(file, "/*\n * Generated by EasyLogo, (C) 2000 by Paolo Scaffardi\n/*\n"); */
  268 + fprintf(file, "/*\n * Generated by EasyLogo, (C) 2000 by Paolo Scaffardi\n *\n");
269 269 fprintf(file, " * To use this, include it and call: easylogo_plot(screen,&%s, width,x,y)\n *\n", varname);
270 270 fprintf(file, " * Where:\t'screen'\tis the pointer to the frame buffer\n");
271 271 fprintf(file, " *\t\t'width'\tis the screen width\n");