Style: Various issues

This commit is contained in:
Denis Kenzior 2010-01-12 10:29:16 -06:00
parent 9bed04ca2f
commit 687c84a1ff
2 changed files with 4 additions and 3 deletions

View File

@ -1367,7 +1367,7 @@ gboolean g_at_chat_unregister_all(GAtChat *chat)
at_notify_node_destroy(l->data);
g_slist_free(notify->nodes);
notify->nodes= NULL;
notify->nodes = NULL;
g_hash_table_iter_remove(&iter);
}

View File

@ -202,7 +202,7 @@ out:
return TRUE;
}
return FALSE;
}
@ -342,7 +342,8 @@ static void start_dial(gboolean ok, GAtResult *result, gpointer user_data)
g_at_chat_send(control, "AT+CREG=2", none_prefix, NULL, NULL, NULL);
g_at_chat_send(control, "AT+CGREG=2", none_prefix, NULL, NULL, NULL);
g_at_chat_send(control, "AT+COPS=0", none_prefix, register_cb, NULL, NULL);
g_at_chat_send(control, "AT+COPS=0", none_prefix,
register_cb, NULL, NULL);
}
static int open_serial()