[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (d1110fdfd2be920366a23dc008b8bfac9b32a437)



The branch, master has been updated
       via  d1110fdfd2be920366a23dc008b8bfac9b32a437 (commit)
      from  86c3959ff21dd9fa5cbd0b25fce06ba0398ef745 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/hid/gtk/gui-netlist-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit d1110fdfd2be920366a23dc008b8bfac9b32a437
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Feb 8 01:56:06 2009 +0000

    gtkhid: Return NULL from ghid_get_net_from_node_name()
    
    Fixes calling return; from function returning non-void type.

:100644 100644 0048fcf... 3696c8f... M	src/hid/gtk/gui-netlist-window.c

=========
 Changes
=========

commit d1110fdfd2be920366a23dc008b8bfac9b32a437
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Feb 8 01:56:06 2009 +0000

    gtkhid: Return NULL from ghid_get_net_from_node_name()
    
    Fixes calling return; from function returning non-void type.

diff --git a/src/hid/gtk/gui-netlist-window.c b/src/hid/gtk/gui-netlist-window.c
index 0048fcf..3696c8f 100644
--- a/src/hid/gtk/gui-netlist-window.c
+++ b/src/hid/gtk/gui-netlist-window.c
@@ -865,7 +865,7 @@ ghid_get_net_from_node_name (gchar * node_name, gboolean enabled_only)
 
   /* If no netlist is loaded the window doesn't appear. */
   if (netlist_window == NULL)
-    return;
+    return NULL;
 
   task.enabled_only = enabled_only;
   task.node_name = node_name;




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs