mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 11:40:22 +01:00
Remove unmatched parenthesis
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=97009
This commit is contained in:
parent
f1cd229f83
commit
693f75a88b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue