Commit 28307b8c authored by diego's avatar diego

Remove unused variable i.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11474 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f6f4c8aa
...@@ -9,7 +9,7 @@ int main(int argc, char** argv) ...@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment