summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/phonebook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phonebook.c b/src/phonebook.c
index 4f2805e5..fac8f89a 100644
--- a/src/phonebook.c
+++ b/src/phonebook.c
@@ -78,7 +78,7 @@ struct phonebook_person {
char *sip_uri;
};
-static const char *storage_support[] = { "\"SM\"", "\"ME\"", NULL };
+static const char *storage_support[] = { "SM", "ME", NULL };
static void export_phonebook(struct ofono_modem *modem);
static struct phonebook_data *phonebook_create()