summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/gobi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gobi.c b/plugins/gobi.c
index 16bb0ed1..b559f335 100644
--- a/plugins/gobi.c
+++ b/plugins/gobi.c
@@ -307,10 +307,10 @@ static struct ofono_modem_driver gobi_driver = {
.remove = gobi_remove,
.enable = gobi_enable,
.disable = gobi_disable,
- .set_online = gobi_set_online,
+ .set_online = gobi_set_online,
.pre_sim = gobi_pre_sim,
.post_sim = gobi_post_sim,
- .post_online = gobi_post_online,
+ .post_online = gobi_post_online,
};
static int gobi_init(void)