summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-01-12 10:29:16 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-01-12 17:54:37 -0600
commit687c84a1ff3c0d7224d8437fdc7e1935645650bd (patch)
tree4c8bf8be8814ab7df5d8570ec44cf1c286e5d66a /gatchat/gatchat.c
parent9bed04ca2f3c2c00de34968b88544346cc07afdb (diff)
downloadofono-687c84a1ff3c0d7224d8437fdc7e1935645650bd.tar.bz2
Style: Various issues
Diffstat (limited to 'gatchat/gatchat.c')
-rw-r--r--gatchat/gatchat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c
index 8045c6bb..ea17335e 100644
--- a/gatchat/gatchat.c
+++ b/gatchat/gatchat.c
@@ -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);
}