public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  gsoc-kayral-python: Fix typo in create signal stop event object.
@ 2009-08-20  9:27 kayral
  0 siblings, 0 replies; only message in thread
From: kayral @ 2009-08-20  9:27 UTC (permalink / raw)
  To: archer-commits

The branch, gsoc-kayral-python has been updated
       via  69f5911580bcaf8b72c4aed20a0e743cbc17f7a3 (commit)
      from  9cdb2bf0eb8ff3b97a51d2b40cc5308f5a40769b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 69f5911580bcaf8b72c4aed20a0e743cbc17f7a3
Author: oguz <oguz@pardus.(none)>
Date:   Thu Aug 20 12:26:55 2009 +0300

    Fix typo in create signal stop event object.

-----------------------------------------------------------------------

Summary of changes:
 gdb/python/python-signalstopevent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/gdb/python/python-signalstopevent.c b/gdb/python/python-signalstopevent.c
index 202230b..bef6aeb 100644
--- a/gdb/python/python-signalstopevent.c
+++ b/gdb/python/python-signalstopevent.c
@@ -47,7 +47,7 @@ create_signal_stop_event_object (const char *stop_signal)
 {
   signal_stop_event_object *signal_stop_event_obj;
 
-  signal_stop_event_obj = PyObject_New (signal_stop_event_object, &stop_event_object_type);
+  signal_stop_event_obj = PyObject_New (signal_stop_event_object, &signal_stop_event_object_type);
   if (!signal_stop_event_obj)
     return NULL;
 


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-20  9:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-20  9:27 [SCM] gsoc-kayral-python: Fix typo in create signal stop event object kayral

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).