diff options
-rw-r--r-- | src/modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modem.c b/src/modem.c index bf77eb98..04fba15e 100644 --- a/src/modem.c +++ b/src/modem.c @@ -54,7 +54,7 @@ struct ofono_modem { GSList *atoms; GSList *pre_sim_atoms; struct ofono_watchlist *atom_watches; - GSList *interface_list; + GSList *interface_list; unsigned int call_ids; DBusMessage *pending; guint interface_update; |