aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-26 10:09:55 +0100
committerlemon <lsof@mailbox.org>2025-11-26 10:09:55 +0100
commitb190f33220890babd0b753ae6a9fcfcf1cf026a9 (patch)
tree83f318fb2200ee9ea68b82ba750ec6ce4db99789 /common.h
parent14d133398059981e328cb2b0b2b7b4ef0c3ec06a (diff)
use bstdout for -E
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;
};