Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] typo in gdb/utils.c
@ 2007-03-21 15:17 Denis PILAT
  2007-03-21 15:27 ` Denis PILAT
  2007-03-21 16:25 ` Mark Kettenis
  0 siblings, 2 replies; 6+ messages in thread
From: Denis PILAT @ 2007-03-21 15:17 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 94 bytes --]

This trivial patch fixes a typo to declare pagination_off_command in 
gdb/utils.c

-- 
Denis


[-- Attachment #2: utils.c.patch --]
[-- Type: text/plain, Size: 640 bytes --]

2007-03-07  Denis Pilat  <denis.pilat@st.com>

	* utils.c (pagination_off_command): Declaration.

Index: utils.c
===================================================================
RCS file: /cvs/src/src/gdb/utils.c,v
retrieving revision 1.174
diff -u -p -r1.174 utils.c
--- utils.c	8 Feb 2007 16:18:56 -0000	1.174
+++ utils.c	21 Mar 2007 15:11:40 -0000
@@ -2448,7 +2448,7 @@ pagination_on_command (char *arg, int fr
   pagination_enabled = 1;
 }
 
-static void pagination_on_command (char *arg, int from_tty);
+static void pagination_off_command (char *arg, int from_tty);
 static void
 pagination_off_command (char *arg, int from_tty)
 {

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-03-22 11:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-21 15:17 [RFA] typo in gdb/utils.c Denis PILAT
2007-03-21 15:27 ` Denis PILAT
2007-03-21 17:11   ` Andreas Schwab
2007-03-21 16:25 ` Mark Kettenis
2007-03-22  9:59   ` Denis PILAT
2007-03-22 11:19     ` Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox