diff queue.h @ 801:7dcb46da72d9 ecc

merge in HEAD
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 May 2013 12:09:35 +0800
parents f27058078d61
children deed0571cacc
line wrap: on
line diff
--- a/queue.h	Thu May 09 23:27:23 2013 +0800
+++ b/queue.h	Tue May 21 12:09:35 2013 +0800
@@ -36,7 +36,7 @@
 
 	struct Link* head;
 	struct Link* tail;
-	unsigned int count; /* safety value */
+	unsigned int count;
 
 };