Remove an extra ';'

* plugin.c (plugin_load_plugins): Removed an extra ';'.
This commit is contained in:
H.J. Lu 2015-04-11 12:06:33 -07:00
parent 4f45d44599
commit fd5a150943
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2015-04-11 H.J. Lu <hongjiu.lu@intel.com>
* plugin.c (plugin_load_plugins): Removed an extra ';'.
2015-04-10 Nick Clifton <nickc@redhat.com>
PR binutils/18198

View file

@ -1003,7 +1003,7 @@ plugin_load_plugins (void)
register_ld_plugin_object_p (plugin_object_p);
#if HAVE_MMAP && HAVE_GETPAGESIZE
plugin_pagesize = getpagesize ();;
plugin_pagesize = getpagesize ();
#endif
}