Mercurial > ecos-v3_0-branch
changeset 2831:72041d295c0b
Fix breakage caused by banner change
| author | bartv |
|---|---|
| date | Thu, 26 Feb 2009 12:53:32 +0000 |
| parents | 3caad2060bd3 |
| children | 461863da7f80 |
| 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, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/flash/synth/current/ChangeLog +++ b/packages/devs/flash/synth/current/ChangeLog @@ -1,3 +1,8 @@ +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
--- 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####" "//"
