diff options
Diffstat (limited to 'nest/a-path.c')
-rw-r--r-- | nest/a-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/a-path.c b/nest/a-path.c index 35415221..0ea3e7b2 100644 --- a/nest/a-path.c +++ b/nest/a-path.c @@ -47,7 +47,7 @@ as_path_format(struct adata *path, byte *buf, unsigned int size) byte *e = p + path->length; byte *end = buf + size - 8; int sp = 1; - int l, type, isset, as; + int l, isset; while (p < e) { |