diff options
| author | Kjartan Maraas <kmaraas@gnome.org> | 2009-04-21 12:52:22 -0400 |
|---|---|---|
| committer | Colin Walters <walters@verbum.org> | 2009-05-06 12:51:18 -0400 |
| commit | eb3b99e7c610988823804f5e6c92aa13459605c7 (patch) | |
| tree | cb5d81dd317a7abea58141a21448b1b052523b6c /tools/dbus-launch.c | |
| parent | da75989b3918508058ed056ae9e2092e14023ebc (diff) | |
Bug 19502 - Sparse warning cleanups
This patch makes various things that should be static static,
corrects some "return FALSE" where it should be NULL, etc.
Signed-off-by: Colin Walters <walters@verbum.org>
Diffstat (limited to 'tools/dbus-launch.c')
| -rw-r--r-- | tools/dbus-launch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbus-launch.c b/tools/dbus-launch.c index 139d0aaf..9c47d7e3 100644 --- a/tools/dbus-launch.c +++ b/tools/dbus-launch.c @@ -335,7 +335,7 @@ do_waitpid (pid_t pid) static pid_t bus_pid_to_kill = -1; static void -kill_bus() +kill_bus(void) { verbose ("Killing message bus and exiting babysitter\n"); kill (bus_pid_to_kill, SIGTERM); |
