]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* missing semicolon
authorJohn (J5) Palmieri <johnp@redhat.com>
Tue, 8 Aug 2006 23:30:39 +0000 (23:30 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Tue, 8 Aug 2006 23:30:39 +0000 (23:30 +0000)
bus/bus.c

index 48848e9f0380fdb92cce99b42ca6fe51ed28b74e..5df7864bb86239ce307a2e61e31da300451dc4dc 100644 (file)
--- 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;
 }