daily update
[deliverable/binutils-gdb.git] / bfd / plugin.c
index 8d2c4b2014f782d23444e5280059e62cbba40a74..13192034880b0e81ff7fb389bef48fed2795fb67 100644 (file)
@@ -137,7 +137,7 @@ add_symbols (void * handle,
 {
   bfd *abfd = handle;
   struct plugin_data_struct *plugin_data =
-    bfd_alloc (abfd, sizeof (plugin_data_struct));;
+    bfd_alloc (abfd, sizeof (plugin_data_struct));
 
   plugin_data->nsyms = nsyms;
   plugin_data->syms = syms;
This page took 0.02369 seconds and 4 git commands to generate.