diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/trasher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/trasher.c b/tools/trasher.c index a9d27736db..cc9f368fb4 100644 --- a/tools/trasher.c +++ b/tools/trasher.c @@ -9,7 +9,7 @@ int main(int argc, char** argv) FILE *f= fopen(argv[1], "rb+"); int count= atoi(argv[2]); int maxburst= atoi(argv[3]); - int length, i; + int length; srand (time (0)); |