diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-11-19 11:40:31 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-11-19 11:40:31 +0100 |
commit | d74471e4d993c610303f41fc30fcca4526e1827c (patch) | |
tree | 34e4f8be618165f32e7ccacf9ebcdf50f40ee249 /src | |
parent | dfa7cf71453ed84db81d9a7269261b783aaf892a (diff) | |
download | ofono-d74471e4d993c610303f41fc30fcca4526e1827c.tar.bz2 |
modem: Fix small coding style issue
Diffstat (limited to 'src')
-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 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); } |