This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix banner breakage


The changes to the banners managed to break the V1 synth flash driver,
which admittedly is not actually used anymore. I am applying the fix
to both the trunk and v3 branch, although arguably the whole package
should be removed.

Bart

2009-02-26  Bart Veer  <bartv@ecoscentric.com>

	* tests/flash1.c, tests/flash2.c: fix breakage caused by banner
	change.

Index: tests/flash1.c
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/synth/current/tests/flash1.c,v
retrieving revision 1.8
diff -u -p -r1.8 flash1.c
--- tests/flash1.c	29 Jan 2009 17:48:32 -0000	1.8
+++ tests/flash1.c	26 Feb 2009 12:51:09 -0000
@@ -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####"
 "//"
Index: tests/flash2.c
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/synth/current/tests/flash2.c,v
retrieving revision 1.5.2.1
diff -u -p -r1.5.2.1 flash2.c
--- tests/flash2.c	20 Feb 2009 22:32:11 -0000	1.5.2.1
+++ tests/flash2.c	26 Feb 2009 12:51:22 -0000
@@ -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####"
 "//"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]