* fix mismatching paren typo
authorJohn (J5) Palmieri <johnp@redhat.com>
Fri, 11 Aug 2006 15:37:11 +0000 (15:37 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Fri, 11 Aug 2006 15:37:11 +0000 (15:37 +0000)
dbus/dbus-address.c

index dfedcb0..7dc33e3 100644 (file)
@@ -715,7 +715,7 @@ _dbus_address_test (void)
                           &entries, &len, &error))
     _dbus_assert_not_reached ("could not parse address");
   _dbus_assert (len == 2);
-  _dbus_assert (strcmp (dbus_address_entry_get_value (entries[0], "path"), "/tmp/foo") == 0));
+  _dbus_assert (strcmp (dbus_address_entry_get_value (entries[0], "path"), "/tmp/foo") == 0);
   _dbus_assert (strcmp (dbus_address_entry_get_value (entries[1], "name"), "test") == 0);
   _dbus_assert (strcmp (dbus_address_entry_get_value (entries[1], "sliff"), "sloff") == 0);