summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.c
diff options
context:
space:
mode:
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);
}