diff options
Diffstat (limited to 'toys.h')
-rw-r--r-- | toys.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |