X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fplugin.c;h=13192034880b0e81ff7fb389bef48fed2795fb67;hb=879c6bba6a1c00a3518aaa46930586b31f836224;hp=733ba71adf76682f8a8ed1dd69ec2e6a4456ef59;hpb=691bf19c4ea5b2f5d615c4116649daf32f81cc7d;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/plugin.c b/bfd/plugin.c index 733ba71adf..1319203488 100644 --- a/bfd/plugin.c +++ b/bfd/plugin.c @@ -19,7 +19,6 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "config.h" #include "sysdep.h" #include "bfd.h" @@ -138,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;