[FFmpeg-cvslog] r11474 - trunk/tools/trasher.c

diego subversion
Tue Jan 8 23:57:03 CET 2008


Author: diego
Date: Tue Jan  8 23:57:03 2008
New Revision: 11474

Log:
Remove unused variable i.


Modified:
   trunk/tools/trasher.c

Modified: trunk/tools/trasher.c
==============================================================================
--- trunk/tools/trasher.c	(original)
+++ trunk/tools/trasher.c	Tue Jan  8 23:57:03 2008
@@ -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));
 




More information about the ffmpeg-cvslog mailing list