From eb3b99e7c610988823804f5e6c92aa13459605c7 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 21 Apr 2009 12:52:22 -0400 Subject: 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 --- dbus/dbus-sysdeps-util-unix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dbus/dbus-sysdeps-util-unix.c') diff --git a/dbus/dbus-sysdeps-util-unix.c b/dbus/dbus-sysdeps-util-unix.c index 03928044..d31e1441 100644 --- a/dbus/dbus-sysdeps-util-unix.c +++ b/dbus/dbus-sysdeps-util-unix.c @@ -1233,4 +1233,5 @@ fail: _dbus_string_free (&cmdline); _dbus_string_free (&path); return FALSE; -} \ No newline at end of file +} + -- cgit v1.2.1