2008-08-24 Peter McCurdy <pmccurdy@skeptopotamus>
authorPeter McCurdy <pmccurdy@skeptopotamus>
Mon, 25 Aug 2008 14:00:09 +0000 (10:00 -0400)
committerColin Walters <walters@verbum.org>
Mon, 25 Aug 2008 14:00:09 +0000 (10:00 -0400)
* dbus/dbus-marshal-recursive.c: A stray comma
        between two string literals caused incorrect
        output and a compiler warning.

Signed-off-by: Colin Walters <walters@verbum.org>
dbus/dbus-marshal-recursive.c

index 6c2902e..76ee344 100644 (file)
@@ -1654,7 +1654,7 @@ writer_recurse_init_and_check (DBusTypeWriter *writer,
                                      _dbus_type_to_string (expected),
                                      _dbus_string_get_const_data (writer->type_str), writer->type_pos);
           else
-            _dbus_warn_check_failed ("Writing an element of type %s, but no value is expected here\n",
+            _dbus_warn_check_failed ("Writing an element of type %s, but no value is expected here\n"
                                      "The overall signature expected here was '%s' and we are on byte %d of that signature.\n",
                                      _dbus_type_to_string (sub->container_type),
                                      _dbus_string_get_const_data (writer->type_str), writer->type_pos);