diff options
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,7 @@ struct wbuf { union { struct { char *buf; - const uint cap; + uint cap; uint len; int fd; }; |