Remove trailing redundant `;'
[deliverable/binutils-gdb.git] / bfd / aout-tic30.c
index f3b0d36a3d8298cc7c9300de61eabfae192d9c66..d8ce9be32bee27f5251e63399641c5050e0a122e 100644 (file)
@@ -701,7 +701,7 @@ MY_final_link_callback (bfd *abfd,
 
   *ptreloff = obj_datasec (abfd)->filepos + execp->a_data;
   *pdreloff = *ptreloff + execp->a_trsize;
-  *psymoff = *pdreloff + execp->a_drsize;;
+  *psymoff = *pdreloff + execp->a_drsize;
 }
 
 #endif
This page took 0.026057 seconds and 4 git commands to generate.