Mercurial > ecos-v3_0-branch
changeset 2731:ab7ee4a4e843
Reinstate an omitted newline in post-licence change redboot version info
| author | jlarmour |
|---|---|
| date | Fri, 30 Jan 2009 06:32:12 +0000 |
| parents | 570b87f8a519 |
| children | 4794a43c1c7c |
| 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" + "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");
