[padb] r339 committed - Add missing return calls to the end of three more functions.

padb at googlecode.com padb at googlecode.com
Wed Nov 25 18:22:03 GMT 2009


Revision: 339
Author: apittman
Date: Wed Nov 25 10:21:40 2009
Log: Add missing return calls to the end of three more functions.

http://code.google.com/p/padb/source/detail?r=339

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Wed Nov 25 09:59:00 2009
+++ /trunk/src/padb	Wed Nov 25 10:21:40 2009
@@ -3621,7 +3621,7 @@
              }
          }
      }
-
+    return;
  }

  sub _add_data_to_tree {
@@ -5508,7 +5508,7 @@
      } else {
          _gdb_send_real( $gdb, '-gdb-set print address off' );
      }
-
+    return;
  }

  sub gdb_n_send {
@@ -8171,6 +8171,7 @@
          my $pid = $vps{$vp};
          maybe_show_pid( $vp, $pid );
      }
+    return;
  }

  sub rms_find_pids {




More information about the padb-devel mailing list