summaryrefslogtreecommitdiffstats
path: root/transcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'transcode.c')
-rw-r--r--transcode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/transcode.c b/transcode.c
index 73eca38ef..b064b0176 100644
--- a/transcode.c
+++ b/transcode.c
@@ -205,7 +205,7 @@ transcode_search_path(const char *from, const char *to,
}
found = 0;
-cleanup:
+ cleanup:
while (bfs.queue) {
q = bfs.queue;
bfs.queue = q->next;
@@ -214,8 +214,8 @@ cleanup:
if (found) {
const char *enc = to;
- pathlen = 0;
int depth;
+ pathlen = 0;
while (1) {
st_lookup(bfs.visited, (st_data_t)enc, &val);
if (!val)