summaryrefslogtreecommitdiffstats
path: root/src/cdma-netreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdma-netreg.c')
-rw-r--r--src/cdma-netreg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdma-netreg.c b/src/cdma-netreg.c
index 1a88d331..e6074a83 100644
--- a/src/cdma-netreg.c
+++ b/src/cdma-netreg.c
@@ -107,7 +107,7 @@ static DBusMessage *network_get_properties(DBusConnection *conn,
return reply;
}
-static GDBusMethodTable cdma_netreg_manager_methods[] = {
+static const GDBusMethodTable cdma_netreg_manager_methods[] = {
{ "GetProperties", "", "a{sv}", network_get_properties },
{ }
};