Remove unused variable i.

Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent f0cb505aeb
commit e36f0f03cc
  1. 2
      tools/trasher.c

@ -9,7 +9,7 @@ int main(int argc, char** argv)
FILE *f= fopen(argv[1], "rb+"); FILE *f= fopen(argv[1], "rb+");
int count= atoi(argv[2]); int count= atoi(argv[2]);
int maxburst= atoi(argv[3]); int maxburst= atoi(argv[3]);
int length, i; int length;
srand (time (0)); srand (time (0));

Loading…
Cancel
Save