From 0b93d57c33f9377f43325623b8a493cb5c9697be Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 2 Sep 2007 21:13:56 +0000 Subject: * top.c (print_gdb_version): Fixed a string end-of-line compiler error. --- gdb/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/top.c') diff --git a/gdb/top.c b/gdb/top.c index 02e3295..80476bd 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1157,7 +1157,7 @@ print_gdb_version (struct ui_file *stream) fprintf_filtered (stream, "\ License GPLv3+: GNU GPL version 3 or later \n\ This is free software: you are free to change and redistribute it.\n\ -There is NO WARRANTY, to the extent permitted by law. Type \"show copying\" +There is NO WARRANTY, to the extent permitted by law. Type \"show copying\"\n\ and \"show warranty\" for details.\n"); /* After the required info we print the configuration information. */ -- cgit v1.1