From a18ebe81bdcfcc95d721e70529d6791fc16d2483 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 10 Oct 2007 11:39:22 +0100 Subject: Rename DBUS_ERROR_INITIALIZER to DBUS_ERROR_INIT per Havoc's review --- dbus/dbus-errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-errors.h') diff --git a/dbus/dbus-errors.h b/dbus/dbus-errors.h index ee170071..0a480d8c 100644 --- a/dbus/dbus-errors.h +++ b/dbus/dbus-errors.h @@ -58,7 +58,7 @@ struct DBusError void *padding1; /**< placeholder */ }; -#define DBUS_ERROR_INITIALIZER { NULL, NULL, 0, 0, 0, 0, 0, NULL } +#define DBUS_ERROR_INIT { NULL, NULL, TRUE, 0, 0, 0, 0, NULL } void dbus_error_init (DBusError *error); void dbus_error_free (DBusError *error); -- cgit