# HG changeset patch # User bartv # Date 1235652902 0 # Node ID 957d0458e043caf3ffbb2585b05c57a99ec8c201 # Parent f86c7f50435bf24258f1bdba124a1a3c3c228a57 Fix breakage caused by banner change diff --git a/packages/devs/flash/synth/current/ChangeLog b/packages/devs/flash/synth/current/ChangeLog --- a/packages/devs/flash/synth/current/ChangeLog +++ b/packages/devs/flash/synth/current/ChangeLog @@ -1,7 +1,12 @@ +2009-02-26 Bart Veer + + * tests/flash1.c, tests/flash2.c: fix breakage caused by banner + change. + 2009-02-20 Jonathan Larmour - * 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 diff --git a/packages/devs/flash/synth/current/tests/flash1.c b/packages/devs/flash/synth/current/tests/flash1.c --- 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####" "//" diff --git a/packages/devs/flash/synth/current/tests/flash2.c b/packages/devs/flash/synth/current/tests/flash2.c --- 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####" "//"