]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* 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 dfedcb09089df2c59a8f28ad381f2178cedfc54b..7dc33e3e8bd9a320e566ac8ee7d66482eb328327 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);