This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] fix typo in tuiStack.c


Committed as obvious.


2002-12-06  Elena Zannoni  <ezannoni@redhat.com>

	* tuiStack.c (tuiShowFrameInfo): Fix typo.

Index: tuiStack.c
===================================================================
RCS file: /cvs/uberbaum/gdb/tui/tuiStack.c,v
retrieving revision 1.25
diff -u -p -r1.25 tuiStack.c
--- tuiStack.c	29 Nov 2002 01:52:02 -0000	1.25
+++ tuiStack.c	7 Dec 2002 03:30:21 -0000
@@ -349,7 +349,7 @@ tuiShowFrameInfo (struct frame_info *fi)
       int sourceAlreadyDisplayed;
       struct symtab_and_line sal;
 
-      find_frame_sap (fi, &sal);
+      find_frame_sal (fi, &sal);
 
       sourceAlreadyDisplayed = sal.symtab != 0
         && tuiSourceIsDisplayed (sal.symtab->filename);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]