]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Remove unmatched parenthesis
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 11 Aug 2016 14:39:52 +0000 (15:39 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 30 Sep 2016 18:36:51 +0000 (19:36 +0100)
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=97009

dbus/dbus-marshal-recursive-util.c

index 136a7627a70a5ab68d2859e59cb5de1fe554610b..091d04157173df2fba14faa03210263f6fa704b3 100644 (file)
@@ -2648,7 +2648,7 @@ double_read_value (TestTypeNode   *node,
 
   if (!_DBUS_DOUBLES_BITWISE_EQUAL (v, expected))
     {
-      _dbus_warn ("Expected double %g got %g\n bits = 0x%" PRIx64 " vs.\n bits = 0x%" PRIx64 ")",
+      _dbus_warn ("Expected double %g got %g\n bits = 0x%" PRIx64 " vs.\n bits = 0x%" PRIx64,
                   expected, v,
                   *(dbus_uint64_t*)(char*)&expected,
                   *(dbus_uint64_t*)(char*)&v);