diff options
-rw-r--r-- | dbus/dbus-message.c | 2 | ||||
-rw-r--r-- | doc/dbus-test-plan.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-message.c b/dbus/dbus-message.c index 869c7921..e6c51784 100644 --- a/dbus/dbus-message.c +++ b/dbus/dbus-message.c @@ -2150,7 +2150,7 @@ _dbus_message_loader_return_buffer (DBusMessageLoader *loader, body_len_unsigned); loader->corrupted = TRUE; return; - } + } /* Now that we know the values are in signed range, get * rid of stupid unsigned, just causes bugs diff --git a/doc/dbus-test-plan.sgml b/doc/dbus-test-plan.sgml index 557080b5..755ed22a 100644 --- a/doc/dbus-test-plan.sgml +++ b/doc/dbus-test-plan.sgml @@ -1,6 +1,6 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ ]> -<article id="indesx"> +<article id="index"> <artheader> <title>D-BUS Test Plan</title> <date>14 February 2003</date> |