ossp-pkg/pth/pth_ring.c 1.21 -> 1.22
--- pth_ring.c 2002/01/27 11:03:41 1.21
+++ pth_ring.c 2002/10/15 20:34:23 1.22
@@ -44,7 +44,7 @@
/* initialize ring; O(1) */
intern void pth_ring_init(pth_ring_t *r)
{
- if (r == NULL)
+ if (r == NULL)
return;
r->r_hook = NULL;
r->r_nodes = 0;
|
|