aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 1936c32..a1f1d21 100644
--- a/common.h
+++ b/common.h
@@ -338,7 +338,7 @@ struct wbuf {
union {
struct {
char *buf;
- const uint cap;
+ uint cap;
uint len;
int fd;
};