summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus.c b/src/dbus.c
index 09114c34..c51f2a94 100644
--- a/src/dbus.c
+++ b/src/dbus.c
@@ -300,7 +300,7 @@ DBusMessage *__ofono_error_not_supported(DBusMessage *msg)
DBusMessage *__ofono_error_not_available(DBusMessage *msg)
{
- return g_dbus_create_error(msg, DBUS_GSM_ERROR_INTERFACE,
+ return g_dbus_create_error(msg, DBUS_GSM_ERROR_INTERFACE
".NotAvailable",
"Operation currently not available");
}