aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys.h b/toys.h
index 67cc2757..31ce2065 100644
--- a/toys.h
+++ b/toys.h
@@ -45,4 +45,4 @@ extern struct toy_context {
// One big temporary buffer, for use by applets (not library functions).
-char buf[4096];
+char toybuf[4096];