summaryrefslogtreecommitdiff
path: root/utils/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ring.h')
-rw-r--r--utils/ring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ring.h b/utils/ring.h
index 1802b4484..b6731338a 100644
--- a/utils/ring.h
+++ b/utils/ring.h
@@ -136,7 +136,7 @@
/* nsurl guarantees lowercase host */ \
if (lwc_string_isequal(p->host, lwc_hostname, \
&matches) == lwc_error_ok) \
- if (matches) \
+ if (matches) \
sizevar++; \
p = p->r_next; \
} while (p != ring); \