Fix minor style issue
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 13 Jan 2010 21:01:48 +0000 (13:01 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 13 Jan 2010 21:01:48 +0000 (13:01 -0800)
gatchat/gatchat.c

index 8045c6b..ea17335 100644 (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);
        }