From dbf6a605eef9bd4ab5aaaa010de58baa025fb09b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 17 Aug 2012 03:06:11 +0000 Subject: gdb: fix test failures after updating usage strings --- gdb/infcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/infcmd.c') diff --git a/gdb/infcmd.c b/gdb/infcmd.c index cbd8a0a..8300182 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -3051,7 +3051,7 @@ Step program, proceeding through subroutine calls.\n\ Usage: next [N]\n\ Unlike \"step\", if the current source line calls a subroutine,\n\ this command does not enter the subroutine, but instead steps over\n\ -the call, in effect treating it as a single source line.)")); +the call, in effect treating it as a single source line.")); add_com_alias ("n", "next", class_run, 1); if (xdb_commands) add_com_alias ("S", "next", class_run, 1); -- cgit v1.1