perf tools: Remove unneeded semicolons
[linux-2.6-microblaze.git] / tools / perf / util / trace-event-read.c
index 8593d3c..f507dff 100644 (file)
@@ -75,7 +75,7 @@ static void skip(int size)
                r = size > BUFSIZ ? BUFSIZ : size;
                do_read(buf, r);
                size -= r;
-       };
+       }
 }
 
 static unsigned int read4(struct tep_handle *pevent)