Fix a typo (thanks to Torgny Johansson).

This commit is contained in:
Tambet Ingo
2009-04-02 15:19:34 +03:00
parent 636fe2921c
commit d378204742

View File

@@ -1235,7 +1235,7 @@ simple_state_machine (MMModem *modem, GError *error, gpointer user_data)
gboolean need_pin = FALSE;
if (error) {
if (state == g_error_matches (error, MM_MOBILE_ERROR, MM_MOBILE_ERROR_SIM_PIN)) {
if (g_error_matches (error, MM_MOBILE_ERROR, MM_MOBILE_ERROR_SIM_PIN)) {
need_pin = TRUE;
state = SIMPLE_STATE_CHECK_PIN;
} else {