diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libdiskfs/venti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdiskfs/venti.c b/src/libdiskfs/venti.c index 8b4d0514..f0e8a841 100644 --- a/src/libdiskfs/venti.c +++ b/src/libdiskfs/venti.c @@ -81,7 +81,7 @@ nfilereads++; VtBlock* _vtfileblock(VtCache *c, VtEntry *e, u32int bn) { - VtBlock *b, *bb; + VtBlock *b; int i, d, index[VtPointerDepth+1], t; uchar score[VtScoreSize]; |