summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-19 11:40:31 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-19 11:40:31 +0100
commitd74471e4d993c610303f41fc30fcca4526e1827c (patch)
tree34e4f8be618165f32e7ccacf9ebcdf50f40ee249 /src
parentdfa7cf71453ed84db81d9a7269261b783aaf892a (diff)
downloadofono-d74471e4d993c610303f41fc30fcca4526e1827c.tar.bz2
modem: Fix small coding style issue
Diffstat (limited to 'src')
-rw-r--r--src/modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modem.c b/src/modem.c
index 6d346c39..831a36a7 100644
--- a/src/modem.c
+++ b/src/modem.c
@@ -468,7 +468,7 @@ static void offline_cb(const struct ofono_error *error, void *data)
__ofono_dbus_pending_reply(&modem->pending, reply);
if (error->type == OFONO_ERROR_TYPE_NO_ERROR &&
- modem->modem_state == MODEM_STATE_ONLINE)
+ modem->modem_state == MODEM_STATE_ONLINE)
modem_change_state(modem, MODEM_STATE_OFFLINE);
}