Mercurial > ecos
changeset 2732:4794a43c1c7c
Add missing close bracket in redboot version string
| author | jlarmour |
|---|---|
| date | Fri, 30 Jan 2009 15:51:57 +0000 |
| parents | ab7ee4a4e843 |
| children | 00813b25dec2 |
| files | packages/redboot/current/src/main.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/redboot/current/src/main.c +++ b/packages/redboot/current/src/main.c @@ -185,7 +185,7 @@ do_version(int argc, char *argv[]) "GNU General Public License. You are welcome to change it and/or distribute\n" "copies of it under certain conditions. Under the license terms, RedBoot's\n" "source code and full license terms must have been made available to you.\n" - "Redboot comes with ABSOLUTELY NO WARRANTY.\n\n" + "Redboot comes with ABSOLUTELY NO WARRANTY.\n\n"); diag_printf("RAM: %p-%p, ", (void*)ram_start, (void*)ram_end); diag_printf("[%p-%p]", mem_segments[0].start, mem_segments[0].end); diag_printf(" available\n");
