summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-08 23:30:39 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-08 23:30:39 +0000
commit10b79991cc13b8b9347c19db840e50d6f5ede4fb (patch)
treeeae64ef231a85dbb0c8eb88e72e1211ebb20e4e9 /bus
parent9a3145b9f3cb0d7d570230aaa6193f87e3bea604 (diff)
* missing semicolon
Diffstat (limited to 'bus')
-rw-r--r--bus/bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/bus.c b/bus/bus.c
index 48848e9f..5df7864b 100644
--- a/bus/bus.c
+++ b/bus/bus.c
@@ -492,7 +492,7 @@ process_config_every_time (BusContext *context,
_dbus_string_free (&full_address);
if (addr)
- dbus_free (addr)
+ dbus_free (addr);
return retval;
}