summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-auth.c
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2005-10-25 15:57:13 +0000
committerRoss Burton <ross@openedhand.com>2005-10-25 15:57:13 +0000
commit52c7e25e50028684dc4577f2c54d176ca91f18b4 (patch)
treed84aefbda50a825f8c3b7dd39af761b1fe83260c /dbus/dbus-auth.c
parent4e2b0d94ecc4eaeeff9db119e349d8d9754a75b8 (diff)
Add const keywords
Diffstat (limited to 'dbus/dbus-auth.c')
-rw-r--r--dbus/dbus-auth.c2
1 files changed, 1 insertions, 1 deletions
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 },