modem: Fix small coding style issue

This commit is contained in:
Marcel Holtmann 2010-11-19 11:40:31 +01:00
parent dfa7cf7145
commit d74471e4d9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}