summaryrefslogtreecommitdiffstats
path: root/gcc/gcov.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 629aa023985..cdd8c0d229a 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -569,7 +569,7 @@ create_program_flow_graph (bptr)
for (arcptr = bb_graph[i].succ; arcptr; arcptr = arcptr->succ_next)
if (! arcptr->on_tree)
{
- long tmp_count = 0;;
+ long tmp_count = 0;
if (da_file && __read_long (&tmp_count, da_file, 8))
abort();
OpenPOWER on IntegriCloud