From 52c7e25e50028684dc4577f2c54d176ca91f18b4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 25 Oct 2005 15:57:13 +0000 Subject: Add const keywords --- dbus/dbus-auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-auth.c') diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index ffa20373..8c45f625 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -1832,7 +1832,7 @@ typedef struct { DBusAuthCommand command; /**< Corresponding enum */ } DBusAuthCommandName; -static DBusAuthCommandName auth_command_names[] = { +static const DBusAuthCommandName auth_command_names[] = { { "AUTH", DBUS_AUTH_COMMAND_AUTH }, { "CANCEL", DBUS_AUTH_COMMAND_CANCEL }, { "DATA", DBUS_AUTH_COMMAND_DATA }, -- cgit