Mercurial > ecos
changeset 2831:957d0458e043
Fix breakage caused by banner change
| author | bartv |
|---|---|
| date | Thu, 26 Feb 2009 12:55:02 +0000 |
| parents | f86c7f50435b |
| children | 78673a00457e |
| files | packages/devs/flash/synth/current/ChangeLog packages/devs/flash/synth/current/tests/flash1.c packages/devs/flash/synth/current/tests/flash2.c |
| diffstat | 3 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/flash/synth/current/ChangeLog +++ b/packages/devs/flash/synth/current/ChangeLog @@ -1,7 +1,12 @@ +2009-02-26 Bart Veer <bartv@ecoscentric.com> + + * tests/flash1.c, tests/flash2.c: fix breakage caused by banner + change. + 2009-02-20 Jonathan Larmour <jifl@eCosCentric.com> - * tests/flash2.c (cyg_user_start): Call cyg_flash_init() with - NULL argument. + * tests/flash2.c (cyg_user_start): Call cyg_flash_init with + NULL arg. 2009-02-18 Jonathan Larmour <jifl@eCosCentric.com>
--- a/packages/devs/flash/synth/current/tests/flash1.c +++ b/packages/devs/flash/synth/current/tests/flash1.c @@ -38,7 +38,7 @@ static char copyright[] = "// This exception does not invalidate any other reasons why a work based " "// on this file might be covered by the GNU General Public License. " "// ------------------------------------------- " -"// ####ECOSGPLCOPYRIGHTEND#### +"// ####ECOSGPLCOPYRIGHTEND####" "//==========================================================================" "//#####DESCRIPTIONBEGIN####" "//"
--- a/packages/devs/flash/synth/current/tests/flash2.c +++ b/packages/devs/flash/synth/current/tests/flash2.c @@ -38,7 +38,7 @@ static char copyright[] = "// This exception does not invalidate any other reasons why a work based " "// on this file might be covered by the GNU General Public License. " "// ------------------------------------------- " -"// ####ECOSGPLCOPYRIGHTEND#### +"// ####ECOSGPLCOPYRIGHTEND####" "//==========================================================================" "//#####DESCRIPTIONBEGIN####" "//"
