atmodem: Couple tiny style fixes

This commit is contained in:
Denis Kenzior 2010-06-14 12:45:04 -05:00
parent b7401489b5
commit 5a1c7eef08
1 changed files with 4 additions and 4 deletions

View File

@ -879,8 +879,8 @@ static void creg_notify(GAtResult *result, gpointer user_data)
tq->netreg = netreg;
if (g_at_chat_send(nd->chat, "AT_OCTI?;_OUWCTI?",
option_tech_prefix, option_query_tech_cb,
tq, g_free) > 0)
option_tech_prefix,
option_query_tech_cb, tq, g_free) > 0)
return;
g_free(tq);