aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib9/encodefmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9/encodefmt.c b/src/lib9/encodefmt.c
index 27878167..6e127986 100644
--- a/src/lib9/encodefmt.c
+++ b/src/lib9/encodefmt.c
@@ -4,7 +4,7 @@ int
encodefmt(Fmt *f)
{
char *out;
- char *buf;
+ char *buf, *p;
int len;
int ilen;
int rv;